Skip to content

Commit

Permalink
fix: remove nginx conf mount on fe
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 18, 2024
1 parent ba7878e commit e798d0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
restart: unless-stopped
volumes:
- ./frontend/dist:/usr/share/nginx/html
- ./frontend/nginx.conf:/etc/nginx/conf.d/default.conf
labels:
- traefik.enable=true
- traefik.http.services.mapletool-fe.loadbalancer.server.port=80
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "start http://localhost:5173 && vite",
"build": "tsc && vite build",
"deploy": "git checkout main && git pull && git merge dev && git push && git checkout dev",
"lint": "eslint .",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit e798d0d

Please sign in to comment.