summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Güney Aksakalli <cgaksakalli@gmail.com>2020-02-18 12:19:43 +0100
committerCan Güney Aksakalli <cgaksakalli@gmail.com>2020-02-18 12:19:43 +0100
commit475c5bc6d683c230de85a9543a879699489e5637 (patch)
treee6114e937413e5a82f423f7f65faa6e3d4fe67e7
parent4adebff5fd75563f061965690ac960113a65a75e (diff)
rm package-lock.json
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 9490573..70c8745 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,6 @@ ENV LANG=en_US.utf8 \
COPY lib lib
COPY bin bin
COPY package.json .
-COPY package-lock.json .
-RUN npm install
+RUN npm install --production
ENTRYPOINT ["./bin/gtop"]