Front dockerfile (#88)
* readding react-native-paper because expo build need it * added Dockerfile with nginx.conf for hosting * added front to docker-compose prod
This commit is contained in:
@@ -16,3 +16,9 @@ services:
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
ports:
|
||||
- "5432:5432"
|
||||
front:
|
||||
build: ./front
|
||||
ports:
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
- "back"
|
||||
|
||||
Reference in New Issue
Block a user