Skip to content

Commit

Permalink
fix: fix a bug of docker image not being published
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka committed Oct 29, 2023
1 parent 18a0f39 commit 8931f9b
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 apt-get update && apt-get install -y curl git
COPY package.json bun.lockb ./

# Install dependencies
RUN bun install
RUN bun install --ignore-scripts

# Initialize an empty Git repository
# for preventing Husky install to fail
Expand Down

0 comments on commit 8931f9b

Please sign in to comment.