Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
chessebuilderman committed Dec 18, 2024
1 parent 36ba3e9 commit 12dad6c
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 @@ -7,7 +7,7 @@ WORKDIR /usr/src/app
COPY . /usr/src/app/

# Install dependencies
RUN yarn --immutable
RUN yarn

# Build the bot
RUN yarn build
Expand Down

0 comments on commit 12dad6c

Please sign in to comment.