diff --git a/Dockerfile b/Dockerfile index 6add7ac..814f63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM pierrezemb/gostatic COPY ./public/ /srv/http/ +ENTRYPOINT ["/goStatic", "-port", "8080"] \ No newline at end of file diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 7070f10..0000000 --- a/fly.toml +++ /dev/null @@ -1,40 +0,0 @@ -# fly.toml file generated for gostatic-example on 2022-03-01T14:38:17-05:00 - -app = "gostatic-example" - -kill_signal = "SIGINT" -kill_timeout = 5 -processes = [] - -[env] - -[experimental] - allowed_public_ports = [] - auto_rollback = true - -[[services]] - http_checks = [] - internal_port = 8043 - processes = ["app"] - protocol = "tcp" - script_checks = [] - - [services.concurrency] - hard_limit = 25 - soft_limit = 20 - type = "connections" - - [[services.ports]] - handlers = ["http"] - port = 80 - force_https = true - - [[services.ports]] - handlers = ["tls", "http"] - port = 443 - - [[services.tcp_checks]] - grace_period = "1s" - interval = "15s" - restart_limit = 0 - timeout = "2s" diff --git a/index.html b/index.html deleted file mode 100644 index 9792bea..0000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ - -
-