fix entrypoint

This commit is contained in:
shoopea 2021-11-07 00:21:03 +08:00
parent c3063e2ae6
commit 180baa1bb2

View File

@ -20,4 +20,4 @@ WORKDIR /app/
COPY --from=builder /app/gottdad . COPY --from=builder /app/gottdad .
# Command to run the executable # Command to run the executable
CMD ["./gotdadd"] CMD ["./gottdad"]