Skip to content

Commit

Permalink
fix(deploy): port is 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Feb 21, 2024
1 parent a25e1e3 commit d703a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.demos
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN addgroup -S formsguser && adduser -S -g formsguser formsguser
USER formsguser

ENV NODE_ENV=production
EXPOSE 4545
EXPOSE 5000

# tini is the init process that will adopt orphaned zombie processes
# e.g. chromium when launched to create a new PDF
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ primary_region = 'sin'
GA_TRACKING_ID = "mockGATrackingId"

[http_service]
internal_port = 4545
internal_port = 5000
force_https = true
auto_stop_machines = true
auto_start_machines = true
Expand Down

0 comments on commit d703a83

Please sign in to comment.