Skip to content

Commit

Permalink
Change the work directory from src to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Nov 9, 2023
1 parent 9851293 commit c15d4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion codeserver/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ COPY nginx/api/ /opt/app-root/api/
COPY utils utils/
COPY run-code-server.sh run-nginx.sh ./

WORKDIR /opt/app-root/src

ENV SHELL /bin/bash

WORKDIR /opt/app-root/src
WORKDIR /opt/app-root/workspace

USER 1001

Expand Down
2 changes: 1 addition & 1 deletion codeserver/ubi9-python-3.9/run-code-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ start_process /usr/bin/code-server \
--disable-telemetry \
--auth none \
--disable-update-check \
/opt/app-root/src
/opt/app-root/workspace

0 comments on commit c15d4f7

Please sign in to comment.