enzostvs HF Staff commited on
Commit
217dc0d
·
verified ·
1 Parent(s): 9cd6ddb

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -18,7 +18,6 @@ VOLUME /data
18
 
19
  # Copy the rest of the application files to the container
20
  COPY --chown=1000 . .
21
- RUN chmod +x entrypoint.sh
22
 
23
  # Build the Next.js application for production
24
  # RUN npm run build
 
18
 
19
  # Copy the rest of the application files to the container
20
  COPY --chown=1000 . .
 
21
 
22
  # Build the Next.js application for production
23
  # RUN npm run build