Fixed Dockerfile and build script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user