VishalMysore commited on
Commit
9eeeb0c
·
verified ·
1 Parent(s): c1a4f0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -9
Dockerfile CHANGED
@@ -1,10 +1,10 @@
1
- FROM openjdk:17
2
- WORKDIR ai
3
-
4
- ADD easyQServer-0.2.3.jar /ai/easyQServer-0.2.3.jar
5
- EXPOSE 7860
6
- COPY entrypoint.sh /entrypoint.sh
7
- # Make the script executable
8
- RUN chmod +x /entrypoint.sh
9
- # Set the entrypoint
10
  ENTRYPOINT ["/entrypoint.sh"]
 
1
+ FROM openjdk:18
2
+ WORKDIR ai
3
+
4
+ ADD easyQServer-0.2.3.jar /ai/easyQServer-0.2.3.jar
5
+ EXPOSE 7860
6
+ COPY entrypoint.sh /entrypoint.sh
7
+ # Make the script executable
8
+ RUN chmod +x /entrypoint.sh
9
+ # Set the entrypoint
10
  ENTRYPOINT ["/entrypoint.sh"]