Rename the project

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-08-05 15:50:29 +02:00
parent 94f6175e71
commit 353764a8a3
7 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
FROM node:15.8.0-alpine3.10
RUN mkdir -p /usr/src/artapi
WORKDIR /usr/src/artapi
RUN mkdir -p /usr/src/athena
WORKDIR /usr/src/athena
COPY . /usr/src/artapi
COPY . /usr/src/athena
RUN apk update && \
apk add git
@@ -14,7 +14,7 @@ RUN yarn build
RUN cp .env build
WORKDIR /usr/src/artapi/build
WORKDIR /usr/src/athena/build
RUN yarn install --production