clef&csr
This commit is contained in:
parent
a2054832d6
commit
fd8296498c
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM debian:stable-slim
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y apache2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
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