Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 233 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 233 Bytes
  • mvn package -Pnative -Dquarkus.native.container-build=true
  • docker build -f src/main/docker/Dockerfile.native-micro -t ghcr.io/pagopa/urlenctest:latest .
  • docker login ghcr.io -u ...
  • docker push ghcr.io/pagopa/urlenctest:latest