mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-16 12:58:29 +00:00
Fix fly.io ports
This commit is contained in:
parent
772a13617e
commit
dabf42f48f
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
2
fly.toml
2
fly.toml
|
@ -7,6 +7,8 @@ kill_timeout = 5
|
|||
processes = []
|
||||
|
||||
[env]
|
||||
HOST = "0.0.0.0"
|
||||
PORT = 3333
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
|
Loading…
Add table
Reference in a new issue