Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix dockerfile
Browse files- 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
|