Update Dockerfile

This commit is contained in:
2025-09-23 21:23:59 +00:00
parent 533c7cc07b
commit b472a71910

View File

@@ -29,6 +29,6 @@ COPY --from=builder /app/gps-router .
RUN adduser -D -s /bin/sh gpsrouter
USER gpsrouter
EXPOSE 3001
EXPOSE 3069
CMD ["./gps-router"]