Created
October 1, 2017 08:40
-
-
Save balintsera/3bb7af7339bb8ca39fd1c96071728e63 to your computer and use it in GitHub Desktop.
Static React docker image build file with nginx enviroment variable replacing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nginx:alpine | |
ENV APP_CONF="config={}" | |
WORKDIR /usr/share/nginx/html | |
COPY --from=vhostfront_build /opt/app/build/ . | |
COPY nginx-default.conf.template /etc/nginx/conf.d/deafault.conf.template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment