Modification dockerfile
This commit is contained in:
parent
865127a0a9
commit
19da13310d
4 changed files with 14 additions and 12 deletions
8
docker/apache2/dockerfile
Normal file
8
docker/apache2/dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM ubuntu:lastest AS webserver
|
||||
RUN apt-get update && apt-get install -y apache2
|
||||
|
||||
WORKDIR /var/www/html
|
||||
COPY ./public/ .
|
||||
|
||||
|
||||
CMD ["apache2ctl", "-D", "FOREGROUND"]
|
Loading…
Add table
Add a link
Reference in a new issue