Skip to content

Commit

Permalink
fix ec2 deploy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Oct 12, 2024
1 parent 11b9549 commit a421549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions springSpotifyPlayList/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ export SPOTIFY_REDIRECT_URL=http://<server_ip>:8080/playlist
export VUE_APP_BASE_URL=http://localhost:8888/

docker-compose up


# NOTE !!!! (deploy on ec2)
# if run cmd with sudo, then need to add -E flag, so export env var can be perserved
sudo -E docker-compose up
```

### Run (manually)
Expand Down

0 comments on commit a421549

Please sign in to comment.