Spaces:
Running
Running
build command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ RUN npm run build
|
|
23 |
EXPOSE 3000
|
24 |
|
25 |
# Run the application in production mode
|
26 |
-
CMD ["node", "
|
|
|
23 |
EXPOSE 3000
|
24 |
|
25 |
# Run the application in production mode
|
26 |
+
CMD ["node", ".svelte-kit/index.js"]
|