fix: plane space start up command (#1925)

This commit is contained in:
Nikhil 2023-08-21 20:25:12 +05:30 committed by GitHub
parent 9bb6254515
commit f7682c57ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ services:
container_name: planedeploy
build:
context: .
dockerfile: ./apps/space/Dockerfile.space space
dockerfile: ./apps/space/Dockerfile.space
args:
NEXT_PUBLIC_API_BASE_URL: http://localhost:8000
restart: always