1tbfree commited on
Commit
4aa5fbe
·
verified ·
1 Parent(s): 36ff282

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM ubuntu:latest
2
- WORKDIR /vps
 
 
3
  RUN chpasswd root:no
4
  RUN apt update
5
  RUN apt install sudo curl wget neofetch -y
 
1
  FROM ubuntu:latest
2
+ WORKDIR /tmp/vpsdata
3
+ RUN mkdir /tmp/vpsdata
4
+ RUN chmod +777 /tmp/vpsdata
5
  RUN chpasswd root:no
6
  RUN apt update
7
  RUN apt install sudo curl wget neofetch -y