Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre committed Jun 19, 2023
1 parent 1ac5dd6 commit 5fe4a93
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 @@ -5,7 +5,7 @@ FROM node:18
RUN apt-get update && apt-get install -y git python3 python3-pip

# Set working directory
WORKDIR /var/lib/docker/volumes/appdata/Cider-Bot
WORKDIR /app

# Clone your discord bot's repo
RUN git clone https://github.com/ciderapp/cider-bot.git .
Expand Down

0 comments on commit 5fe4a93

Please sign in to comment.