Skip to content

Commit

Permalink
Merge pull request #236 from EGA-archive/develop
Browse files Browse the repository at this point in the history
regular os frontend deploy
  • Loading branch information
costero-e authored Oct 18, 2023
2 parents 9043685 + 033c2c4 commit b4f1828
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 b4f1828

Please sign in to comment.