From 04125ebfb3f76b6fd2759a7999bce87ca8d39d4b Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Sun, 16 Jul 2023 13:54:30 +0800 Subject: [PATCH] fix the `Dockerfile` --- docker/Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e5277003..8c8691d0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -50,15 +50,6 @@ RUN composer dumpautoload USER root WORKDIR / -# Copy nginx config -COPY nginx.conf /etc/nginx/sites-enabled/default - -# Copy the startup script into the Docker image -COPY startup.sh /startup.sh - -# Make sure the script is executable -RUN chmod +x /startup.sh - # Create unique instance ID RUN echo $(cat /proc/sys/kernel/random/uuid) > /.fleetbase