Spaces:
Sleeping
Sleeping
Commit
·
5a6321a
1
Parent(s):
90a4e25
remove --host
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,5 @@ COPY src/ ./
|
|
| 16 |
#EXPOSE 9090
|
| 17 |
|
| 18 |
# Start the application with host 0.0.0.0 for Docker networking
|
| 19 |
-
CMD ["npm", "start"
|
|
|
|
|
|
| 16 |
#EXPOSE 9090
|
| 17 |
|
| 18 |
# Start the application with host 0.0.0.0 for Docker networking
|
| 19 |
+
CMD ["npm", "start"]
|
| 20 |
+
#, "--", "--host", "0.0.0.0"]
|