dakaca commited on
Commit
e2c3e46
·
1 Parent(s): 6fbbd12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -8
Dockerfile CHANGED
@@ -1,9 +1,4 @@
1
- FROM ubuntu:20.04
2
- RUN apt-get update && apt-get install -y \
3
- curl \
4
- wget \
5
- vim \
6
- git
7
- ENV MY_VAR="hello world"
8
  EXPOSE 7860
9
- CMD ["ls -a"]
 
1
+ FROM php:8.0-apache
2
+ COPY . /var/www/html
 
 
 
 
 
3
  EXPOSE 7860
4
+ RUN a2enmod rewrite