Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,7 @@ RUN npm install -g http-server
|
|
| 36 |
|
| 37 |
COPY . .
|
| 38 |
# Ensure the start script has execute permissions
|
| 39 |
-
|
| 40 |
|
| 41 |
# Expose the port your application runs on
|
| 42 |
EXPOSE 7860
|
|
|
|
| 36 |
|
| 37 |
COPY . .
|
| 38 |
# Ensure the start script has execute permissions
|
| 39 |
+
|
| 40 |
|
| 41 |
# Expose the port your application runs on
|
| 42 |
EXPOSE 7860
|