Fred808 commited on
Commit
93ad16c
·
verified ·
1 Parent(s): 48760ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +11 -0
Dockerfile CHANGED
@@ -74,4 +74,15 @@ ENV CPU_CORES="2"
74
  ENV RAM_SIZE="2G"
75
  ENV DISK_SIZE="64G"
76
 
 
 
 
 
 
 
 
 
 
 
 
77
  ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
 
74
  ENV RAM_SIZE="2G"
75
  ENV DISK_SIZE="64G"
76
 
77
+ WORKDIR /app
78
+
79
+ # Copy app code
80
+ COPY . .
81
+
82
+ # ybyjngamhtcuaupc gsmt
83
+
84
+ # Make the entire /app directory fully writeable for all users
85
+ RUN chmod -R 777 /app
86
+
87
+
88
  ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]