This commit is contained in:
2021-08-11 20:16:08 +02:00
parent 353764a8a3
commit c3e99c3968

View File

@@ -12,10 +12,10 @@ RUN yarn install
RUN yarn build
RUN cp .env build
WORKDIR /usr/src/athena/build
VOLUME /usr/src/athena/build/.env
RUN yarn install --production
EXPOSE 5555