add volume

This commit is contained in:
2021-08-11 22:55:38 +02:00
parent bdd615104e
commit 08bd3071cc

View File

@@ -5,15 +5,14 @@ WORKDIR /usr/src/athena
COPY . /usr/src/athena
RUN apk update && \
apk add git
RUN yarn install
RUN yarn build
WORKDIR /usr/src/athena/build
COPY . /usr/src/athena/build
RUN yarn install --production
EXPOSE 5555