Working with Dockerfile

This commit is contained in:
2021-02-17 21:25:51 +01:00
parent db3d7196c9
commit 0dc145272a

View File

@@ -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