Surbao commited on
Commit
a50f93c
·
verified ·
1 Parent(s): 8f28783

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- FROM louislam/uptime-kuma
2
 
3
- RUN chmod 777 -R /app/data
4
 
5
  EXPOSE 30001
 
1
+ FROM louislam/uptime-kuma:1
2
 
3
+ RUN chmod 777 -R /app
4
 
5
  EXPOSE 30001