diff --git a/Dockerfile b/Dockerfile index 2207180..7c633df 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ WORKDIR /usr/src/athena/build RUN yarn install --production -COPY . /usr/src/athena/build +COPY . . -VOLUME /usr/src/athena/build/.env +VOLUME .env EXPOSE 5555