Rename project

This commit is contained in:
2022-07-02 22:21:31 +02:00
parent 440ef89e33
commit 6f710d7faa

View File

@@ -1,16 +1,16 @@
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 build
WORKDIR /usr/src/athena/build
WORKDIR /usr/src/api/build
RUN yarn install --production