Skip to content

Commit

Permalink
more docker fixes, jeez.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 20, 2023
1 parent 24fee06 commit f7d2377
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY --from=bundle-builder /app /app

WORKDIR /app

RUN npm ci --no-fund --production
RUN npm ci --no-fund --omit=dev

#-----------------------------------------------------------------------------------------------------------------------
# Final Docker
Expand Down
20 changes: 6 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"pinia": "^2.0.29",
"pino-pretty": "^10.2.0",
"rimraf": "^4.0.6",
"sass": "^1.49.9",
"sass": "^1.32.13",
"socket.io-client": "^4.4.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default defineConfig({
}
},
build: {
outDir: '../../dist/src/client',
outDir: '../../dist/client',
emptyOutDir: true,
cssCodeSplit: true,
chunkSizeWarningLimit: 650,
Expand Down

0 comments on commit f7d2377

Please sign in to comment.