Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix(dockerfile): remove broken commands (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoDaeli authored Dec 13, 2018
1 parent bcb1ad1 commit 7901f90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
FROM godaddy/node:10.5.0-alpine-3.1.1

# Set ENV vars
ENV DISABLE_NODEMON true
ENV NODE_ENV development
ENV NPM_CONFIG_LOGLEVEL info

# Setup source directory
RUN mkdir /app
WORKDIR /app
COPY docker/.npmrc package.json package-lock.json /app/
COPY package.json package-lock.json /app/

# npm install
ARG skip_install=
Expand Down

0 comments on commit 7901f90

Please sign in to comment.