Skip to content

Commit

Permalink
env shell runnin properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Feb 19, 2024
1 parent bdc3116 commit 5acc46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk add --no-cache bash
# Make our shell script executable
RUN chmod +x env.sh

RUN /bin/bash -c '/usr/share/nginx/html/env.sh'
RUN /usr/share/nginx/html/env.sh

EXPOSE 8080

Expand Down

0 comments on commit 5acc46c

Please # to comment.