Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
revert commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Feb 22, 2023
1 parent aef00bb commit e2718f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ USER root

RUN mv /usr/share/nginx/html/index.html /usr/share/nginx/html/index.html.reference

# Add env variables inject script and mark as executable
COPY ./scripts/inject-dynamic-env.sh /docker-entrypoint.d/00-inject-dynamic-env.sh
RUN chmod +x /docker-entrypoint.d/00-inject-dynamic-env.sh

# Install bash for env variables inject script
RUN apk update && apk add bash
Expand Down

0 comments on commit e2718f6

Please # to comment.