ci(preview service): fix dockerfile
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user