fix: update Dockerfile to copy the correct Caddyfile template and remove unused cert-functions.sh
This commit is contained in:
@@ -26,9 +26,8 @@ RUN npm pkg set scripts.prepare="echo no-prepare"
|
|||||||
RUN npm ci --omit=dev --unsafe-perm
|
RUN npm ci --omit=dev --unsafe-perm
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./cert-functions.sh ./
|
|
||||||
COPY ./entrypoint.sh .
|
COPY ./entrypoint.sh .
|
||||||
COPY ./Caddyfile.example .
|
COPY ./Caddyfile.template .
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user