Working with Dockerfile

This commit is contained in:
2021-02-17 17:53:01 +01:00
parent 1bf7d97048
commit 9c54cb3db2

View File

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