Skip to content

Commit

Permalink
Update Dockerfile fixt at the entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Nov 6, 2024
1 parent 16a7349 commit 9d47d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ COPY --chown=1000 settings.json /home/coder/.local/share/code-server/User/settin

WORKDIR /home/coder/project

RUN chown -R 1000:1000 /home/coder/project/
#RUN chown -R 1000:1000 /home/coder/project/

ENTRYPOINT [ "/opt/start.sh" ]

0 comments on commit 9d47d97

Please sign in to comment.