Skip to content

Commit

Permalink
Update server port for Bumper container
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Dec 24, 2018
1 parent c4e7011 commit 3dd68c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bumper:
-e DATABASE_URL=$(DATABASE_URL) \
-e PORT=$(SERVER_PORT) \
-v $(PWD)/client/public:/app/build \
-p 80:$(SERVER_PORT) \
-p $(SERVER_PORT):$(SERVER_PORT) \
bumper

# Starts a file server in the web/ directory
Expand Down

0 comments on commit 3dd68c7

Please sign in to comment.