Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN npm install reactflow
|
|
| 19 |
|
| 20 |
RUN npm run build
|
| 21 |
|
| 22 |
-
COPY build ./build
|
| 23 |
|
| 24 |
# Expose the port on which the Flask application will run
|
| 25 |
EXPOSE 7860
|
|
|
|
| 19 |
|
| 20 |
RUN npm run build
|
| 21 |
|
| 22 |
+
# COPY build ./build
|
| 23 |
|
| 24 |
# Expose the port on which the Flask application will run
|
| 25 |
EXPOSE 7860
|