Sign inSign up

dustinscarberry/express

By dustinscarberry

Updated about 1 month ago

NodeJS Express Docker base image

Image
Languages & frameworks
0

893

dustinscarberry/express repository overview

Express Base Docker Image

Current variants

node18

Base box with nginx and node18

node20

Base box with nginx and node20

Usage

FROM dustinscarberry/express:node18

# set workdir
WORKDIR /usr/src/app

COPY . .

RUN yarn
RUN yarn prod

EXPOSE 80

Building / updating base boxes

./build.sh

Tag summary

Content type

Image

Digest

sha256:515cd0bde

Size

64.1 MB

Last updated

about 1 month ago

docker pull dustinscarberry/express:node26