Skip to content

Commit

Permalink
Change container listen port to 80; ALP will handle SSL termination
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan7934 authored Feb 22, 2024
1 parent 7c62355 commit 8e77bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Delete old Docker container
run: sudo docker rm -f whosaidit-frontend-container || true
- name: Run new Docker container
run: sudo docker run -d -p 443:3000 --name whosaidit-frontend-container nathan7934/whosaidit-frontend
run: sudo docker run -d -p 80:3000 --name whosaidit-frontend-container nathan7934/whosaidit-frontend

0 comments on commit 8e77bc7

Please sign in to comment.