Added Docker Files

This commit is contained in:
Devoalda 2023-10-23 16:28:16 +08:00
parent a9aa2baf35
commit de8dd12f08
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ services:
volumes:
- redis_data:/data
study_together:
safeshare:
build:
context: .
dockerfile: Dockerfile
@ -55,7 +55,7 @@ services:
frontend:
build:
context: ./study-frontend
context: ./safeshare-frontend
dockerfile: Dockerfile
restart:
always