mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-26 17:40:27 +01:00
Working
This commit is contained in:
@@ -10,12 +10,12 @@ 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
|
||||||
|
|
||||||
RUN touch .env
|
|
||||||
|
|
||||||
EXPOSE 5555
|
EXPOSE 5555
|
||||||
|
|
||||||
COPY . /usr/src/athena/build
|
COPY . /usr/src/athena/build
|
||||||
|
|||||||
Reference in New Issue
Block a user