Working with Dockerfile

This commit is contained in:
2021-02-17 18:16:44 +01:00
parent 9c54cb3db2
commit fd35730768

View File

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