Skip to content

Commit cdc5fba

Browse files
authored
🔧 Update the frontend build context for prod with the new top level setup (#2108)
1 parent 9ba7930 commit cdc5fba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎compose.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ services:
143143
- traefik-public
144144
- default
145145
build:
146-
context: ./frontend
146+
context: .
147+
dockerfile: frontend/Dockerfile
147148
args:
148149
- VITE_API_URL=https://api.${DOMAIN?Variable not set}
149150
- NODE_ENV=production

0 commit comments

Comments
 (0)