taowang1993 commited on
Commit
d6d88af
·
verified ·
1 Parent(s): ee76237

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use official Nextcloud image (Recommend latest for research)
2
- FROM nextcloud:30-apache
3
 
4
  # Set working directory
5
  WORKDIR /var/www/html
 
1
+ # Use official Nextcloud image
2
+ FROM nextcloud:latest
3
 
4
  # Set working directory
5
  WORKDIR /var/www/html