Skip to content

Commit

Permalink
fix: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 18, 2024
1 parent 05385d4 commit 32b1a60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/giant-ways-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Fix docker dotenvx command.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PATH="$PNPM_HOME:$PATH"
COPY --link ./package.json ./
RUN corepack enable && corepack install
RUN pnpm install turbo@^2 --global
RUN curl -sfS https://dotenvx.sh/install.sh?version=1.6.1 | sh
RUN pnpm install @dotenvx/dotenvx@^1 --global

# --- Turbo stage ---

Expand Down

0 comments on commit 32b1a60

Please sign in to comment.