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"]
forked from MOXGA-OSS/nginx-node-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Nginx reversing proxy with Node v9.x (Yarn Support) - Docker
License
Cleverse/nginx-node-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Nginx reversing proxy with Node v9.x (Yarn Support) - Docker
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Shell 84.1%
- JavaScript 15.9%