3 changed files with 8 additions and 3 deletions
@ -1,3 +1,4 @@ |
|||||
FROM nginx:1.27.4-alpine |
FROM nginx:1.27.4-alpine |
||||
RUN apk add apache2-utils |
RUN apk add apache2-utils |
||||
COPY entrypoint.sh /docker-entrypoint.d/entrypoint.sh |
COPY entrypoint.sh /docker-entrypoint.d/entrypoint.sh |
||||
|
RUN chmod +x /docker-entrypoint.d/entrypoint.sh |
Loading…
Reference in new issue