feat: add a rocket.toml for release

This commit is contained in:
Araozu 2024-10-18 21:20:22 -05:00
parent cabdaa755b
commit a5862aac67
2 changed files with 6 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,5 @@
[release]
address = "0.0.0.0"