Fixed Dockerfile and build script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-16 05:27:55 +01:00
parent 9f4be2d76e
commit 32f3d013f8
2 changed files with 6 additions and 13 deletions

View File

@@ -14,5 +14,6 @@ FROM golang:alpine
WORKDIR /app
COPY --from=build-automation /src/automation /app/automation
COPY --from=build-automation /src/config.yml /app/config.yml
CMD ["/app/automation"]