Select Git revision
Forked from
Henrique Varella Ehrenfried / Loopback-API-Example
3 commits ahead of the upstream repository.
-
Henrique Varella Ehrenfried authoredHenrique Varella Ehrenfried authored
Dockerfile 140 B
FROM node:latest
RUN apt-get -y update -qq && apt-get install -y -qq apt-utils tree
COPY . .
RUN npm install
EXPOSE 4001
CMD npm start