Skip to content

Commit

Permalink
🔨 chore: fixed a minor mistake in the docker file (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDxDaGer authored May 9, 2024
1 parent d362d0a commit 425bdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV NEXT_PUBLIC_UMAMI_SCRIPT_URL ""
ENV NEXT_PUBLIC_UMAMI_WEBSITE_ID ""


RUN pnpm run build:docker # run build standalone for docker version
RUN npm run build:docker # run build standalone for docker version

## Production image, copy all the files and run next
FROM base AS runner
Expand Down

0 comments on commit 425bdcb

Please sign in to comment.