diff options
| author | exatombe <jeremy27.clara22@gmail.com> | 2025-11-03 00:01:52 +0100 |
|---|---|---|
| committer | exatombe <jeremy27.clara22@gmail.com> | 2025-11-03 00:01:52 +0100 |
| commit | f232228974b12b1c2b5b07718532eec26a88841d (patch) | |
| tree | 2fc8127e5248c59ff6596bfafcda30965d3e7dc5 /Dockerfile | |
| parent | 549a8b6b8c97c357495c9df198c21e940f56b6a5 (diff) | |
feat: ajouter la configuration de l'utilisateur super et améliorer la gestion de la configuration
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -38,12 +38,6 @@ COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo # Copy binary COPY --from=builder /build/sovrabase /sovrabase - -# Copy config file -COPY --from=builder /build/config.yaml /config.yaml - -# Expose gRPC port (adjust based on your config) -EXPOSE 50051 - # Run the application +# The config file must be provided via volume mount at /config/config.yaml ENTRYPOINT ["/sovrabase"] |
