This commit is contained in:
shoopea
2021-11-07 00:17:20 +08:00
parent eaa1a7fed2
commit c3063e2ae6
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ RUN apk add --no-cache \
WORKDIR /app/
# Copy the Pre-built binary file from the previous stage
COPY --from=builder /app/gotdadd .
COPY --from=builder /app/gottdad .
# Command to run the executable
CMD ["./gotdadd"]