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

Commit 7901f90

Browse files
authored
fix(dockerfile): remove broken commands (#3)
1 parent bcb1ad1 commit 7901f90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
FROM godaddy/node:10.5.0-alpine-3.1.1
22

33
# Set ENV vars
4-
ENV DISABLE_NODEMON true
54
ENV NODE_ENV development
65
ENV NPM_CONFIG_LOGLEVEL info
76

87
# Setup source directory
98
RUN mkdir /app
109
WORKDIR /app
11-
COPY docker/.npmrc package.json package-lock.json /app/
10+
COPY package.json package-lock.json /app/
1211

1312
# npm install
1413
ARG skip_install=

0 commit comments

Comments
 (0)