.drone.yml fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2026-02-21 21:33:33 +03:00
parent 25d444f84e
commit 122b0f4926

View File

@@ -19,7 +19,6 @@ COPY --from=builder --chown=app:app /opt/bin/application ./
USER app USER app
CMD ["./application"]
COPY --from=builder /opt/bin/application ./ COPY --from=builder /opt/bin/application ./
CMD ["./application"] CMD ["./application"]