Created
December 28, 2022 14:14
-
-
Save mertyildiran/df2da1cf9f73699165c5a82210f30dfa to your computer and use it in GitHub Desktop.
Nginx with runtime-env-cra
This file contains 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: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 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment