circulartext commited on
Commit
aeab7ad
1 Parent(s): 066329c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -25,7 +25,6 @@ RUN if [ -z "$USER_ID" ]; then \
25
  RUN chown -R user:user /app && chmod -R 755 /app
26
 
27
 
28
-
29
  # Install gosu (adjust the package manager based on your base image)
30
  RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
31
  COPY entrypoint.sh /usr/local/bin/entrypoint.sh
 
25
  RUN chown -R user:user /app && chmod -R 755 /app
26
 
27
 
 
28
  # Install gosu (adjust the package manager based on your base image)
29
  RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
30
  COPY entrypoint.sh /usr/local/bin/entrypoint.sh