Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -19,7 +19,10 @@ RUN chmod -R 777 /app
|
|
19 |
RUN npm run build
|
20 |
RUN ls -la node_modules
|
21 |
|
|
|
|
|
22 |
EXPOSE 7860
|
|
|
23 |
|
24 |
|
25 |
# CMD ["npm", "run", "build"]
|
|
|
19 |
RUN npm run build
|
20 |
RUN ls -la node_modules
|
21 |
|
22 |
+
RUN echo "Hello, World!"
|
23 |
+
|
24 |
EXPOSE 7860
|
25 |
+
RUN echo "Hello, World22!"
|
26 |
|
27 |
|
28 |
# CMD ["npm", "run", "build"]
|