Search Docker Hub
express
By dustinscarberry
NodeJS Express Docker base image
893
Base box with nginx and node18
Base box with nginx and node20
FROM dustinscarberry/express:node18 # set workdir WORKDIR /usr/src/app COPY . . RUN yarn RUN yarn prod EXPOSE 80
./build.sh
Content type
Image
Digest
sha256:515cd0bde…
Size
64.1 MB
Last updated
about 1 month ago
docker pull dustinscarberry/express:node26