mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Rename project
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
FROM node:16-alpine3.11
|
FROM node:16-alpine3.11
|
||||||
|
|
||||||
RUN mkdir -p /usr/src/athena
|
RUN mkdir -p /usr/src/api
|
||||||
|
|
||||||
WORKDIR /usr/src/athena
|
WORKDIR /usr/src/api
|
||||||
|
|
||||||
COPY . /usr/src/athena
|
COPY . /usr/src/api
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
WORKDIR /usr/src/athena/build
|
WORKDIR /usr/src/api/build
|
||||||
|
|
||||||
RUN yarn install --production
|
RUN yarn install --production
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user