Skip to content

Nginx reversing proxy with Node v9.x (Yarn Support) - Docker

License

Notifications You must be signed in to change notification settings

Cleverse/nginx-node-docker

 
 

Repository files navigation

Usage

from asia.gcr.io/fapp-c37ca/nginx-node-docker:latest
# Add Node.js app
COPY app /app

# Install app packages
WORKDIR /app

RUN yarn

# Build app packages
RUN yarn build

ENV NODE_MODE prod
ENV NODE_PORT 3000

# Run the startup script
WORKDIR /

CMD ["/start.sh"]

About

Nginx reversing proxy with Node v9.x (Yarn Support) - Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 84.1%
  • JavaScript 15.9%