From 7589dab85628a60d8a1e2369dacc0e74bba4603a Mon Sep 17 00:00:00 2001 From: Yassine Fathi Date: Sun, 18 Aug 2024 22:35:48 +0200 Subject: [PATCH] chore: Update Dockerfile and docker-compose.yml --- Dockerfile | 2 +- docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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