Working with Dockerfile

This commit is contained in:
2021-02-17 18:18:22 +01:00
parent fd35730768
commit 98e8511918

View File

@@ -5,7 +5,9 @@ WORKDIR /usr/src/artapi
COPY . /usr/src/artapi
RUN yarn install --pure-lockfile
RUN whereis git
RUN yarn install
RUN yarn build