Skip to content

Commit

Permalink
Simplify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 22, 2023
1 parent 7b99929 commit 254e259
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 @@ -12,7 +12,7 @@ RUN pnpm install --frozen-lockfile
# - Trick pnpm into thinking that bash is available (only /bin/sh available on Alpine Linux)
# https://github.com/pnpm/pnpm/issues/784#issuecomment-1518582235
ENV PNPM_HOME=/usr/local/bin
RUN SHELL=bash pnpm setup && source ~/.bashrc
RUN SHELL=bash pnpm setup

RUN pnpm add --global @upleveled/preflight

Expand Down

0 comments on commit 254e259

Please sign in to comment.