dakaca commited on
Commit
da579e8
·
1 Parent(s): f966a9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM php:8.0apache
2
  COPY . /var/www/html
3
  EXPOSE 7860
4
  RUN a2enmod rewrite
 
1
+ FROM php:8.0-apache
2
  COPY . /var/www/html
3
  EXPOSE 7860
4
  RUN a2enmod rewrite