add volume

This commit is contained in:
2021-08-11 22:22:44 +02:00
parent 07cefcb385
commit 51ff807a2b

View File

@@ -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