11.10.0
,11.10
,latest
(11.10/Dockerfile)11.9.0
,11.9
(11.9/Dockerfile)11.8.0
,11.8
(11.8/Dockerfile)11.7.0
,11.7
(11.7/Dockerfile)11.6.0
,11.6
(11.6/Dockerfile)11.5.0
,11.5
(11.5/Dockerfile)11.4.0
,11.4
(11.4/Dockerfile)11.3.0
,11.3
(11.3/Dockerfile)11.2.0
,11.2
(11.2/Dockerfile)11.1.0
,11.1
(11.1/Dockerfile)11.0.0
,11.0
(11.0/Dockerfile)10.15.1
,10.15
(10.15/Dockerfile)10.14.2
,10.14
(10.14/Dockerfile)10.13.0
,10.13
(10.13/Dockerfile)10.12.0
,10.12
(10.12/Dockerfile)10.11.0
,10.11
(10.11/Dockerfile)10.10.0
,10.10
(10.10/Dockerfile)10.9.0
,10.9
(10.9/Dockerfile)10.8.0
,10.8
(10.8/Dockerfile)10.7.0
,10.7
(10.7/Dockerfile)10.6.0
,10.6
(10.6/Dockerfile)10.5.0
,10.5
(10.5/Dockerfile)10.4.1
,10.4
(10.4/Dockerfile)10.3.0
,10.3
(10.3/Dockerfile)10.2.1
,10.2
(10.2/Dockerfile)10.1.0
,10.1
(10.1/Dockerfile)10.0.0
,10.0
(10.0/Dockerfile)
sticksnleaves/node-project
is a Docker image used for building
Node based projects at
Sticksnleaves.
This image should primarily be used as a project's base image. When used with
compose
this can be specified as the services image
.
/usr/src/app
is exposed at the images WORKDIR
. All project files should
be contained within this directory. Most likely you want to mount this directory
as a local volume
.
version: "3.6"
services:
app:
image: sticksnleaves/node-project:latest
volumes:
- .:/usr/src/app