This commit is contained in:
2021-08-11 23:16:54 +02:00
parent e39d4e11c0
commit f7eb32d54a

View File

@@ -10,14 +10,10 @@ RUN yarn install
RUN yarn build
RUN cp .env build
WORKDIR /usr/src/athena/build
RUN yarn install --production
EXPOSE 5555
COPY . /usr/src/athena/build
CMD ["yarn", "start"]