mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix compose file
This commit is contained in:
@@ -26,7 +26,9 @@ services:
|
||||
backend:
|
||||
ports:
|
||||
- '3002:3002'
|
||||
build: ./backend
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./backend/Dockerfile
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user