Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -46,6 +46,8 @@ WORKDIR $HOME/app
|
|
46 |
COPY --chown=user . $HOME/app
|
47 |
RUN ls
|
48 |
|
|
|
|
|
49 |
# 设置ENTRYPOINT
|
50 |
RUN chmod +x /home/user/app/entrypoint.sh
|
51 |
ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
|
|
|
46 |
COPY --chown=user . $HOME/app
|
47 |
RUN ls
|
48 |
|
49 |
+
EXPOSE 9997
|
50 |
+
|
51 |
# 设置ENTRYPOINT
|
52 |
RUN chmod +x /home/user/app/entrypoint.sh
|
53 |
ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
|