Spaces:
Runtime error
Runtime error
new dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,7 +52,7 @@ RUN rm -rf /var/lib/{apt,cache,log}
|
|
52 |
EXPOSE 7860
|
53 |
|
54 |
# Expose Prometheus port
|
55 |
-
EXPOSE
|
56 |
|
57 |
RUN chmod +x /home/bentoml/bento/env/docker/entrypoint.sh
|
58 |
|
|
|
52 |
EXPOSE 7860
|
53 |
|
54 |
# Expose Prometheus port
|
55 |
+
EXPOSE 7860
|
56 |
|
57 |
RUN chmod +x /home/bentoml/bento/env/docker/entrypoint.sh
|
58 |
|