[Dockerfiles] Rename some files and create hook points
This commit is contained in:
@@ -17,7 +17,7 @@ RUN apk upgrade --no-cache \
|
||||
&& python3 -m pip install --upgrade pip \
|
||||
&& python3 -m pip install acme-tiny
|
||||
|
||||
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
|
||||
COPY acme.sh /srv/acme.sh
|
||||
COPY expand6.sh /srv/expand6.sh
|
||||
|
||||
CMD ["/sbin/tini", "-g", "--", "/srv/docker-entrypoint.sh"]
|
||||
CMD ["/sbin/tini", "-g", "--", "/srv/acme.sh"]
|
||||
|
Reference in New Issue
Block a user