Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev committed Nov 25, 2024
2 parents 0b9183c + 1cd7482 commit 7f7ee8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
ports:
- "3000:3000"
command: ["python", "-m", "http.server", "3000", "--bind", "0.0.0.0"]
# env_file:
# - ./environment
env_file:
- ./environment
# planet-server:
# build:
# dockerfile: ../planet-server/Dockerfile
Expand All @@ -25,7 +25,3 @@ services:
NODE_ENV: development
#command: ["npm", "run", "server"]
command: ["npm", "run", "server"]
<<<<<<< HEAD

=======
>>>>>>> 1cd7482f (update test-collab branch to contain all the logic to test the collaboration locally (#4077))

0 comments on commit 7f7ee8e

Please sign in to comment.