derek-thomas
commited on
Commit
·
3a19756
1
Parent(s):
ff609c0
Fixing run.sh
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -76,4 +76,4 @@ COPY --chown=user . $HOME/app
|
|
76 |
RUN chmod +x $HOME/app/run.sh
|
77 |
|
78 |
# Set the CMD to run your script
|
79 |
-
CMD ["
|
|
|
76 |
RUN chmod +x $HOME/app/run.sh
|
77 |
|
78 |
# Set the CMD to run your script
|
79 |
+
CMD ["./run.sh"]
|