Skip to content

Commit

Permalink
Make gitpod owner of /workspace (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Oct 17, 2023
1 parent 06ceb69 commit 5f3db3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ RUN chmod +x /usr/bin/start-vnc-session.sh && \

# Make sure specific dirs are owned by gitpod user
RUN chown -R gitpod.gitpod ${ROBOTOLOGY_SUPERBUILD_INSTALL_DIR}
RUN mkdir /workspace && \
chown -R gitpod.gitpod /workspace

# Manage ports
EXPOSE 5901 6080 10000/tcp 10000/udp
Expand Down

0 comments on commit 5f3db3c

Please sign in to comment.