simple nodejs dockerfile
FROM node:12-alpine
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --production
COPY . .
CMD ["node", "/app/src/index.js"]
Also in Shell:
- how to switch branches in git
- how to update git on windows
- install zsh debian
- check vm ram details in linux
- how to check node version
- mysql default user password
- sed replace in file
- convert dash to underscore windows
- install ansible in redhat
- IP adress terminal
- checking for existing ssh keys
- how to install pytorch 0.4.1
- install npm package globally
- greater than certain value from pipe shell
- copy folder linux
- angular install ngx-bootstrap
- : sudo apt install apache2
- ubuntu command line replace word in files
- install pytorch cuda 10
- linux set environment
- how to view hidden files in mac terminal
- install kubernetes on ubuntu
- git pull
- git pull onbly submodule