This website works better with JavaScript.
Home
Help
Sign In
sneak
/
docker-linux-vm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
actually do the install
master
Jeffrey Paul
1 year ago
parent
d8f1665dc6
commit
9c0f203161
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -24,5 +24,5 @@ ADD . /home/user/
USER root
RUN chown user:user /home/user/* && chmod a+rwX /home/user/*
USER user
#
RUN /bin/bash /home/user/install.sh
RUN /bin/bash /home/user/install.sh
ENTRYPOINT /bin/bash