Skip to content

Commit

Permalink
chore: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizdiazever committed Jun 18, 2024
1 parent d9878f8 commit 138220b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ style-file = "style/output.css"
assets-dir = "public"

# The IP and port (ex: 127.0.0.1:3000) where the server serves the content. Use it in your server setup.
site-addr = "127.0.0.1:3003"
site-addr = "127.0.0.1:3000"

# The port to use for automatic reload monitoring
reload-port = 3001
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY --from=builder /work/Cargo.toml /app/
EXPOSE $PORT
ENV LEPTOS_SITE_ROOT=./site

CMD ["/app/portfoli-rs"]
CMD ["/app/portfolio-rs"]
2 changes: 2 additions & 0 deletions run_container.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/bash
sudo docker build -t portfolio-rs .
sudo docker run -p 3000:3000 -d portfolio-rs

0 comments on commit 138220b

Please # to comment.