chartManD commited on
Commit
7ac72e3
1 Parent(s): 750887b

correcion para permiso de entrypoin.sh

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -15,11 +15,10 @@ FROM debian:12.6
15
  COPY . ./app
16
  COPY entrypoint.sh entrypoint.sh
17
  RUN chmod +x entrypoint.sh
18
- EXPOSE 7860
19
- EXPOSE 80
20
  EXPOSE 22
21
- WORKDIR ./app
22
  #USER root
23
- RUN cat /etc/passwd
24
  ENTRYPOINT ["./entrypoint.sh"]
25
  CMD ["bash"]
 
15
  COPY . ./app
16
  COPY entrypoint.sh entrypoint.sh
17
  RUN chmod +x entrypoint.sh
18
+ EXPOSE 7860
 
19
  EXPOSE 22
20
+ #WORKDIR app
21
  #USER root
22
+ #RUN cat /etc/passwd
23
  ENTRYPOINT ["./entrypoint.sh"]
24
  CMD ["bash"]