mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-30 03:17:50 +01:00
Working
This commit is contained in:
@@ -10,14 +10,10 @@ RUN yarn install
|
|||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
RUN cp .env build
|
|
||||||
|
|
||||||
WORKDIR /usr/src/athena/build
|
WORKDIR /usr/src/athena/build
|
||||||
|
|
||||||
RUN yarn install --production
|
RUN yarn install --production
|
||||||
|
|
||||||
EXPOSE 5555
|
EXPOSE 5555
|
||||||
|
|
||||||
COPY . /usr/src/athena/build
|
|
||||||
|
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user