Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
| 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"]
|