Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheExplainthis committed Mar 20, 2023
1 parent f506848 commit 63fcb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.9-alpine


COPY ./ /DiscordBot
WORKDIR /DiscordBot
COPY ./ /ChatGPT-Line-Bot
WORKDIR /ChatGPT-Line-Bot

RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit 63fcb64

Please sign in to comment.