Skip to content

Commit

Permalink
163-production-build-not-completing
Browse files Browse the repository at this point in the history
* resolved svelte-check warnings, reverted svelte preprocessor version

* added caddy dependency to dev image

* adapted to run on new port
  • Loading branch information
routerino authored Oct 4, 2024
1 parent c16a381 commit 64323e4
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 162 deletions.
8 changes: 1 addition & 7 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
skip_install_trust
}
:443 {
:8080 {
redir / /web
uri strip_prefix /web
tls internal {
on_demand
}
file_server {
root ./build
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# install container dependencies
dnf install -y nodejs
dnf install -y nodejs caddy
Loading

0 comments on commit 64323e4

Please sign in to comment.