diff --git a/Dockerfile b/Dockerfile index ef62493..8647652 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN yarn build WORKDIR /usr/src/athena/build -VOLUME /usr/src/athena/build/.env +VOLUME "/usr/src/athena/build/.env" RUN yarn install --production