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