docker conflict resolved

This commit is contained in:
Stephan D
2025-12-05 05:50:34 +01:00
parent 980bb96c74
commit 98f254e34b
3 changed files with 4 additions and 4 deletions

View File

@@ -37,6 +37,6 @@ COPY api/gateway/mntx/config.yml /app/config.yml
COPY api/gateway/mntx/entrypoint.sh /app/entrypoint.sh
COPY --from=build /out/mntx-gateway /app/mntx-gateway
RUN chmod +x /app/entrypoint.sh
EXPOSE 50075 9404 8084
EXPOSE 50075 9405 8084
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["/app/mntx-gateway","--config.file","/app/config.yml"]