Skip to content

Commit

Permalink
Change the workdirectory from workspace to src/lost&found
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Nov 10, 2023
1 parent c15d4f7 commit 7ed3eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codeserver/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ WORKDIR /opt/app-root/src

ENV SHELL /bin/bash

WORKDIR /opt/app-root/workspace
WORKDIR /opt/app-root/src/lost+found

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/workspace
/opt/app-root/src/lost+found

0 comments on commit 7ed3eed

Please sign in to comment.