Skip to content

Commit

Permalink
fix: windows specific startup cmd AB#30396 (#5837)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir-Petkov <57286575+Vladimir-Petkov@users.noreply.github.com>
  • Loading branch information
jannisvisser and Vladimir-Petkov authored Sep 19, 2024
1 parent 7df2adc commit 81bd2e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions services/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ NODE_ENV=development
# Uncomment when starting from a clean slate only.
#COMPOSE_PROJECT_NAME=global-121-platform

# (Optional) Flag to indicate operating system in local development.
# Set to `:windows` if on windows, otherwise leave empty/undefined
WINDOWS_DEV_STARTUP_SUFFIX=

# ----------
# API set up
# ----------
Expand Down
2 changes: 1 addition & 1 deletion services/docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
volumes:
- '121_service_node_modules:/home/node/app/node_modules'
- './121-service:/home/node/app'
command: 'npm run start:dev'
command: 'npm run start:dev${WINDOWS_DEV_STARTUP_SUFFIX}'
mock-service:
build:
target: development
Expand Down

0 comments on commit 81bd2e3

Please sign in to comment.