feat: add a rocket.toml for release
This commit is contained in:
parent
cabdaa755b
commit
a5862aac67
@ -5,6 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Copy the binary, public directory, and .env file
|
# Copy the binary, public directory, and .env file
|
||||||
COPY target/release/htmxui /app/htmxui
|
COPY target/release/htmxui /app/htmxui
|
||||||
|
COPY Rocket.toml /app/Rocket.toml
|
||||||
# COPY public /app/public
|
# COPY public /app/public
|
||||||
# COPY .env /app/.env
|
# COPY .env /app/.env
|
||||||
|
|
||||||
|
5
Rocket.toml
Normal file
5
Rocket.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
[release]
|
||||||
|
address = "0.0.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user