Spaces:
Build error
Build error
accplan
commited on
Commit
·
df48ffd
1
Parent(s):
82f96f7
test
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
EXPOSE 7860
|
2 |
-
|
3 |
# setup build arguments for version of dependencies to use
|
4 |
ARG DOCKER_GEN_VERSION=0.10.3
|
5 |
ARG FOREGO_VERSION=v0.17.0
|
@@ -72,5 +70,7 @@ COPY network_internal.conf /etc/nginx/
|
|
72 |
COPY app nginx.tmpl LICENSE /app/
|
73 |
WORKDIR /app/
|
74 |
|
|
|
|
|
75 |
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
76 |
CMD ["forego", "start", "-r"]
|
|
|
|
|
|
|
1 |
# setup build arguments for version of dependencies to use
|
2 |
ARG DOCKER_GEN_VERSION=0.10.3
|
3 |
ARG FOREGO_VERSION=v0.17.0
|
|
|
70 |
COPY app nginx.tmpl LICENSE /app/
|
71 |
WORKDIR /app/
|
72 |
|
73 |
+
EXPOSE 7860
|
74 |
+
|
75 |
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
76 |
CMD ["forego", "start", "-r"]
|