Spaces:
Running
Running
Upload Dockerfile
Browse files- 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
|