Skip to content

Commit

Permalink
first init
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Nov 15, 2023
1 parent 8d945fa commit 83846c4
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 @@ RUN apk add --no-cache build-base
WORKDIR /app

# 将项目文件复制到工作目录
COPY apps /app/libs
COPY apps /app/apps
COPY ./main.py /app/main.py
COPY ./requirements.txt /app/requirements.txt

Expand Down

0 comments on commit 83846c4

Please sign in to comment.