summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 5c87c65..46231bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,10 +38,9 @@ COPY --from=laminar_bin /usr/share/bash-completion/completions/laminarc /usr/sha
COPY --from=laminar_bin /usr/share/zsh/site-functions/_laminarc /usr/share/zsh/site-functions/_laminarc
WORKDIR /app
-COPY package*.json ./
-RUN npm ci --only=production
-
COPY . /app
+
+RUN npm ci
RUN npm run build
ENTRYPOINT [ "/bin/bash", "-c" ]