mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
fix the Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user