Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN npm install
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
-
# Expose the API
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
# Start the Express server
|
|
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
+
# Expose the API o
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
# Start the Express server
|