fix: actually working container
This commit is contained in:
parent
25c797899b
commit
b6c6409cb6
2 changed files with 3 additions and 12 deletions
|
@ -5,7 +5,7 @@ RUN apk add \
|
|||
certbot-nginx
|
||||
|
||||
COPY content /usr/share/nginx/html
|
||||
COPY conf.d /etc/nginx
|
||||
COPY conf.d/ /etc/nginx/conf.d/
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
COPY entrypoint.sh /entrypoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue