Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Winspain committed Dec 7, 2023
1 parent 21addd6 commit 4705915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotteryGo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /app
WORKDIR /app/lotteryGo

# 编译 Go 应用
RUN go build -o lotteryGo/main .
RUN go build -o main .

# 启动应用
CMD ["./main"]

0 comments on commit 4705915

Please sign in to comment.