mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Working
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user