enzostvs HF staff commited on
Commit
aa980ea
β€’
1 Parent(s): 1c0590e

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ RUN npm install
15
 
16
  # Copy the rest of the application files to the container
17
  COPY --chown=1000 . .
 
18
 
19
  # Build the Svelte Kit application for production
20
  # RUN npm run build
 
15
 
16
  # Copy the rest of the application files to the container
17
  COPY --chown=1000 . .
18
+ RUN chmod +x entrypoint.sh
19
 
20
  # Build the Svelte Kit application for production
21
  # RUN npm run build