This website requires JavaScript.
Explore
Help
Sign In
salt
/
9iron
Watch
1
Star
0
Fork
0
You've already forked 9iron
Code
Issues
Pull Requests
Releases
Wiki
Activity
7b5af1e979
9iron
/
Dockerfile
5 lines
81 B
Docker
Raw
Normal View
History
Unescape
Escape
Add a basic bitch dockerfile
2021-02-15 13:25:00 -06:00
FROM
php:7-apache
COPY
./ /var/www/html/
Update README, ensure /files exists in the docroot
2021-03-20 13:49:49 -05:00
RUN
mkdir /var/www/html/files
Add a basic bitch dockerfile
2021-02-15 13:25:00 -06:00
EXPOSE
80
Reference in New Issue
Copy Permalink