mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
Working with Dockerfile
This commit is contained in:
@@ -5,7 +5,8 @@ WORKDIR /usr/src/artapi
|
||||
|
||||
COPY . /usr/src/artapi
|
||||
|
||||
RUN yarn cache clean
|
||||
RUN apk update && \
|
||||
apk add git
|
||||
|
||||
RUN yarn install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user