Skip to content

Instantly share code, notes, and snippets.

@mertyildiran
Created December 28, 2022 14:14
Show Gist options
  • Save mertyildiran/df2da1cf9f73699165c5a82210f30dfa to your computer and use it in GitHub Desktop.
Save mertyildiran/df2da1cf9f73699165c5a82210f30dfa to your computer and use it in GitHub Desktop.
Nginx with runtime-env-cra
FROM nginx:1.22.0-alpine
RUN rm -rf /etc/nginx/conf.d
RUN apk add --update nodejs
RUN apk add --update npm
RUN npm install -g runtime-env-cra@0.2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment