add volume

This commit is contained in:
2021-08-11 22:54:28 +02:00
parent 8a6aa9fb4c
commit bdd615104e

View File

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