Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN --mount=type=secret,id=gist_teldrive,mode=0444,required=true \
|
|
19 |
## Start
|
20 |
RUN chmod a+x /app/start.sh
|
21 |
|
22 |
-
|
|
|
19 |
## Start
|
20 |
RUN chmod a+x /app/start.sh
|
21 |
|
22 |
+
CMD ["./start.sh"]
|