Skip to content

Instantly share code, notes, and snippets.

View dequn's full-sized avatar

dequn dequn

  • PayPal
  • Shanghai, China
View GitHub Profile
@RinatMullayanov
RinatMullayanov / Dockerfile
Last active August 1, 2023 22:13
Ubuntu Node.js Dockerfile
#
# Ubuntu Node.js Dockerfile
#
# https://github.com/dockerfile/ubuntu/blob/master/Dockerfile
# https://docs.docker.com/examples/nodejs_web_app/
#
# Pull base image.
FROM ubuntu:14.04