Skip to content
Snippets Groups Projects
Commit db5fe1d2 authored by Subhashis Suara's avatar Subhashis Suara Committed by Vineet Reddy Rajula
Browse files

Fix Launching of Terminal in code-server

parent f2846c87
No related branches found
No related tags found
1 merge request!143Draft: Add remote dev with php 8
Pipeline #4499596 failed
......@@ -36,4 +36,4 @@ ENV SHELL /bin/bash
EXPOSE 8888
# Run code-server and open /app folder (Overridden by deployment command)
CMD ["/bin/bash", "-c", "code-server /app"]
CMD ["/bin/bash", "-c", "code-server /app"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment