docker: fix maps-service

This commit is contained in:
2024-12-12 14:06:29 -08:00
parent 55b5516782
commit d37964764e
2 changed files with 16 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ COPY --from=builder /app/service .
EXPOSE 8081
# Command to run the application
CMD ["./service"]
ENTRYPOINT ["./service"]