Skip to content

Instantly share code, notes, and snippets.

@balintsera
Created October 1, 2017 08:40
Show Gist options
  • Save balintsera/3bb7af7339bb8ca39fd1c96071728e63 to your computer and use it in GitHub Desktop.
Save balintsera/3bb7af7339bb8ca39fd1c96071728e63 to your computer and use it in GitHub Desktop.
Static React docker image build file with nginx enviroment variable replacing
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