ci(preview service): fix dockerfile

This commit is contained in:
Gergő Jedlicska
2022-04-07 20:20:52 +02:00
parent 04a80ee322
commit 23fa2d2aa6
+1 -1
View File
@@ -19,7 +19,7 @@ RUN npm install ../objectloader
# Install dependencies and devDependencies
RUN npm install --production=false
COPY packages/viewer .
RUN npm run build
# RUN npm run build
WORKDIR /opt/preview-service
COPY packages/preview-service/package*.json ./