This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
baron-safe-web:
|
||||
image: nginx:1.27-alpine
|
||||
ports:
|
||||
- "18080:80"
|
||||
volumes:
|
||||
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./app/build/web:/usr/share/nginx/html:ro
|
||||
|
||||
flutter-ci:
|
||||
build:
|
||||
context: ./docker
|
||||
dockerfile: Dockerfile.flutter-ci
|
||||
volumes:
|
||||
- ./app:/workspace/app
|
||||
Reference in New Issue
Block a user