changes
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
- ./frontend:/app
|
||||
- web_node_modules:/app/node_modules
|
||||
- bun_cache:/bun-cache
|
||||
command: sh -c "mkdir -p /bun-cache /app/node_modules && chown -R node:node /bun-cache /app/node_modules && su node -c 'BUN_INSTALL_CACHE_DIR=/bun-cache bun install --frozen-lockfile && bun run vite dev --host 0.0.0.0 --port 3000 --strictPort'"
|
||||
command: sh -c "mkdir -p /bun-cache /app/node_modules && chown -R bun:bun /bun-cache /app/node_modules && su bun -c 'BUN_INSTALL_CACHE_DIR=/bun-cache bun install --frozen-lockfile && bun run vite dev --host 0.0.0.0 --port 3000 --strictPort'"
|
||||
|
||||
db:
|
||||
image: postgis/postgis:16-3.5
|
||||
|
||||
Reference in New Issue
Block a user