add volume

This commit is contained in:
2021-08-11 20:33:02 +02:00
parent 3defcf6923
commit 156763694f

View File

@@ -16,6 +16,10 @@ WORKDIR /usr/src/athena/build
RUN yarn install --production
COPY . /usr/src/athena/build
VOLUME /usr/src/athena/build/.env
EXPOSE 5555
CMD ["yarn", "start"]