Skip to content

Commit a023298

Browse files
committed
fix: set file name properly
1 parent d0fb505 commit a023298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN apk add -U --no-cache git
66

77
RUN git clone https://github.com/WiiLink24/NintendoChannel .
8-
RUN go build -o cli cli/main.go
8+
RUN go build -o app cli/main.go
99

1010
FROM python:3.10-alpine
1111

@@ -27,7 +27,7 @@ USER server
2727
COPY . .
2828

2929
# Copy file generator
30-
COPY --from=builder /app/cli .
30+
COPY --from=builder /app/app cli
3131

3232
ENV FLASK_APP app.py
3333
EXPOSE 5000

0 commit comments

Comments
 (0)