Skip to content

Commit

Permalink
build(prod): add static file volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablito2020 committed Oct 24, 2023
1 parent 8dc5370 commit 712736a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
args:
- BACKEND_URL=${FRONTEND_API_URL}
- SENSORS_BACKEND_URL=${FRONTEND_SENSORS_API_URL}

refuapp-backend:
volumes:
- static_files:/app/static

Expand Down

0 comments on commit 712736a

Please sign in to comment.