mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-27 10:00:27 +01:00
add volume
This commit is contained in:
@@ -5,15 +5,14 @@ WORKDIR /usr/src/athena
|
|||||||
|
|
||||||
COPY . /usr/src/athena
|
COPY . /usr/src/athena
|
||||||
|
|
||||||
RUN apk update && \
|
|
||||||
apk add git
|
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
WORKDIR /usr/src/athena/build
|
WORKDIR /usr/src/athena/build
|
||||||
|
|
||||||
|
COPY . /usr/src/athena/build
|
||||||
|
|
||||||
RUN yarn install --production
|
RUN yarn install --production
|
||||||
|
|
||||||
EXPOSE 5555
|
EXPOSE 5555
|
||||||
|
|||||||
Reference in New Issue
Block a user