Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions services/tat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ WORKDIR /app
# RUN npm run build

# Set npm to ignore scripts
ENV npm_config_ignore_scripts=true
# ENV npm_config_ignore_scripts=true

# Run build manually ignoring scripts
WORKDIR /app/packages/svgcanvas
RUN npx rollup -c
WORKDIR /app
RUN npx rollup -c
# WORKDIR /app/packages/svgcanvas
# RUN npx rollup -c
# WORKDIR /app
# RUN npx rollup -c

# Stage 2: Serve the application
FROM nginx:alpine
Expand Down