Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Dec 12, 2023
1 parent a1f3228 commit e3f2f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ FROM base AS production-builds

WORKDIR /data
COPY . .
RUN npm ci
RUN npm ci --include=dev

FROM production-builds AS build

RUN npm build
RUN npm run build

FROM production-builds AS builtin

Expand Down

0 comments on commit e3f2f46

Please sign in to comment.