diff --git a/Dockerfile b/Dockerfile index 36fcbce7..1340f595 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ FROM lipanski/docker-static-website:latest COPY --from=builder /app/dist . COPY httpd.conf . EXPOSE 3000 -CMD ["/busybox", "httpd", "-f", "-v", "-p", "3000", "-c", "httpd.conf"] +CMD ["/busybox-httpd", "-f", "-v", "-p", "3000", "-c", "httpd.conf"] diff --git a/docker-compose.yml b/docker-compose.yml index e8e6ee8e..e8db09ad 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: terminal: #image: ghcr.io/m4tt72/terminal:svelte