Fix fly.io ports

This commit is contained in:
Nico Burns 2022-05-01 22:18:30 +01:00
parent 772a13617e
commit dabf42f48f
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
FROM debian:buster-slim
EXPOSE 3333
COPY target/release/blessed-rs /usr/local/bin/blessed-rs
RUN chmod +x /usr/local/bin/blessed-rs

View file

@ -7,6 +7,8 @@ kill_timeout = 5
processes = []
[env]
HOST = "0.0.0.0"
PORT = 3333
[experimental]
allowed_public_ports = []