Skip to content

Commit

Permalink
regular os frontend deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 18, 2023
1 parent f55002b commit 033c2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ services:
build:
context: ../frontend
#command: ["yarn"]
command: ["node", "/opt/yarn-v1.22.19/bin/yarn.js", "start" ]
#command: ["node", "/opt/yarn-v1.22.19/bin/yarn.js", "start" ]
command: yarn start
container_name: react
ports:
- 3000:3000
Expand Down

0 comments on commit 033c2c4

Please sign in to comment.