sa
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -63,6 +63,6 @@ USER appuser
|
|
63 |
COPY --chown=appuser . /srv
|
64 |
|
65 |
# Command to run the application
|
66 |
-
CMD ["
|
67 |
# Expose the server port
|
68 |
EXPOSE 7860
|
|
|
63 |
COPY --chown=appuser . /srv
|
64 |
|
65 |
# Command to run the application
|
66 |
+
CMD ["./start.sh"]
|
67 |
# Expose the server port
|
68 |
EXPOSE 7860
|