diff --git a/Dockerfile b/Dockerfile index 3dd0609..5979a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,9 @@ COPY package.json . RUN [ "yarn", "install" ] -COPY data . -COPY src . -COPY public . +COPY data /app/data +COPY src /app/src +COPY public /app/public RUN [ "yarn", "build" ]