VishalMysore commited on
Commit
05944ac
·
verified ·
1 Parent(s): caee365

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ WORKDIR ai
3
  ADD VectorX-1.0-SNAPSHOT.jar /ai/VectorX-1.0-SNAPSHOT.jar
4
  EXPOSE 7860
5
  COPY entrypoint.sh /entrypoint.sh
6
- # Make the script executable for spring
7
  RUN chmod +x /entrypoint.sh
8
  # Set the entrypoint
9
  ENTRYPOINT ["/entrypoint.sh"]
 
3
  ADD VectorX-1.0-SNAPSHOT.jar /ai/VectorX-1.0-SNAPSHOT.jar
4
  EXPOSE 7860
5
  COPY entrypoint.sh /entrypoint.sh
6
+ # Make the script executable for app
7
  RUN chmod +x /entrypoint.sh
8
  # Set the entrypoint
9
  ENTRYPOINT ["/entrypoint.sh"]