diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-06-29 17:42:37 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-06-29 17:42:37 -0700 |
| commit | 4daf12199a8ca0666b2f37e8d0c755b94cf1ea63 (patch) | |
| tree | e6436a5026b437f793752e173f6237911605547a /Dockerfile | |
| parent | 58be1809c46cbe517a18d86d0af52179dcc5cbf6 (diff) | |
| download | ci-4daf12199a8ca0666b2f37e8d0c755b94cf1ea63.tar.gz ci-4daf12199a8ca0666b2f37e8d0c755b94cf1ea63.zip | |
Minor fixes to argv parsing and docker base image
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" ] |
