Skip to content

Lightweight docker container for StrongIntro node.js apps

License

Notifications You must be signed in to change notification settings

strongintro/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StrongIntro Node.js Image

Lightweight docker container for StrongIntro node.js apps

FROM strongintro/node:latest

RUN mkdir -p /opt/app
WORKDIR /opt/app

ENV NPM_TOKEN 00000000-0000-0000-0000-000000000000

COPY . ./
RUN npm install

RUN apk del make gcc g++ python && \
    rm -rf /tmp/* /var/cache/apk/* /root/.npm /root/.npmrc /root/.node-gyp

EXPOSE 3000
CMD npm start

About

Lightweight docker container for StrongIntro node.js apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published