This commit is contained in:
2021-08-11 23:10:41 +02:00
parent 81360d4192
commit e39d4e11c0

View File

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