Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -55,4 +55,4 @@ COPY . .
|
|
55 |
RUN chmod 777 nextcloud.sh
|
56 |
# Start the SSH server when the container runs
|
57 |
# CMD ["python3","app.py"]
|
58 |
-
CMD ["./
|
|
|
55 |
RUN chmod 777 nextcloud.sh
|
56 |
# Start the SSH server when the container runs
|
57 |
# CMD ["python3","app.py"]
|
58 |
+
CMD ["./nextcloud.sh"]
|