Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,7 +57,7 @@ COPY --chown=pn run.sh run.sh
|
|
57 |
RUN ls -a
|
58 |
RUN chmod +x run.sh
|
59 |
|
60 |
-
# Expose the port
|
61 |
EXPOSE 8080 8000
|
62 |
|
63 |
CMD ["bash", "run.sh"]
|
|
|
57 |
RUN ls -a
|
58 |
RUN chmod +x run.sh
|
59 |
|
60 |
+
# Expose the port 8080 for the backend, and 8000 for FastAPI
|
61 |
EXPOSE 8080 8000
|
62 |
|
63 |
CMD ["bash", "run.sh"]
|