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
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./cert-functions.sh ./
|
||||
COPY ./entrypoint.sh .
|
||||
COPY ./Caddyfile.example .
|
||||
COPY ./Caddyfile.template .
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user