diff --git a/Dockerfile b/Dockerfile index e69de29..bc8ef4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM paketobuildpacks/yarn +COPY . /app +WORKDIR /app/web +CMD ["yarn","dev"] \ No newline at end of file