This commit is contained in:
2021-02-17 21:13:43 +01:00
parent 13c90aebe0
commit db3d7196c9

View File

@@ -5,6 +5,8 @@ WORKDIR /usr/src/artapi
COPY . /usr/src/artapi
RUN yarn cache clean
RUN yarn install
RUN yarn build