Skip to content

Commit

Permalink
Fix permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthiermartin committed Jul 25, 2020
1 parent d4431ce commit b4d66db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN useradd --uid ${SONIA_UID} --create-home ${SONIA_USER}

## Adding support for vscode extension volume caching
RUN mkdir -p ${SONIA_HOME}/.vscode-server/extensions \
&& chown -R ${SONIA_USER} ${SONIA_HOME}/.vscode-server
&& chown -R ${SONIA_USER}: ${SONIA_HOME}/.vscode-server

WORKDIR ${BASE_LIB_WS}

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>sonia_msgs</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>sonia_msgs</description>
<maintainer email="[email protected]">Club SONIA</maintainer>
<license>GPLv3</license>
Expand Down

0 comments on commit b4d66db

Please sign in to comment.