Skip to content

Commit

Permalink
changed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pheobeyeung committed Nov 9, 2022
1 parent 3769b58 commit 44bdcde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,15 @@ RUN apt-get -y update \
&& mvn install:install-file -Dfile=artifacts/other/ws-commons-util-1.0.2.0.jar -DgroupId=org.apache.ws.commons.util -DartifactId=ws-commons-util -Dversion=1.0.2.0 -Dpackaging=jar -q \
&& mvn install:install-file -Dfile=artifacts/other/xmlrpc-client-3.1.3.0.jar -DgroupId=org.apache.xmlrpc -DartifactId=xmlrpc-client -Dversion=3.1.3.0 -Dpackaging=jar -q \
&& mvn install:install-file -Dfile=artifacts/other/xmlrpc-common-3.1.3.0.jar -DgroupId=org.apache.xmlrpc -DartifactId=xmlrpc-common -Dversion=3.1.3.0 -Dpackaging=jar -q \
&& cd /sdk-1.13.0/samples
&& rm -rf samples \
&& rm -rf doc \
&& rm -rf urtool \
&& rm install.sh \
&& rm readme.txt
EXPOSE 8000






3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [8000],

"remoteUser": "root"
"postStartCommand": "chmod +x newURCap.sh"

}
Empty file modified newURCap.sh
100644 → 100755
Empty file.

0 comments on commit 44bdcde

Please sign in to comment.