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