Skip to content

Commit

Permalink
pnpmpnpnpnpmpmnpnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Jul 4, 2023
1 parent e040e90 commit 92bd600
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 @@ -10,6 +10,6 @@ WORKDIR /app
RUN git config --global --add safe.directory /app

# Pull for updates every time the container is started
ENTRYPOINT sh -c "if [ -d .git ]; then git pull; else git clone https://github.com/ciderapp/Cider-Bot.git .; fi && git pull && yarn install && yarn run build && yarn run start || true"
ENTRYPOINT sh -c "if [ -d .git ]; then git pull; else git clone https://github.com/ciderapp/Cider-Bot.git .; fi && git pull && npm install -i pnpm@latest && pnpm install && pnpm run build && pnpm run start || true"

# Don't dodge me next time.

0 comments on commit 92bd600

Please sign in to comment.