update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Piotr Biernat 2023-03-20 17:57:17 +01:00
parent 46578fabdf
commit 0d931a7143

View File

@ -7,14 +7,10 @@ LABEL dev.egommerce.image.version="1.0"
USER root
RUN ["fluent-gem", "install", "fluent-plugin-rabbitmq"]
# RUN ["gem", "install", "fluent-plugin-rabbitmq"]
USER fluent
COPY ./api-logger/etc /fluentd/etc
CMD ["fluentd"]
# ENTRYPOINT ["/traefik"] # FIXME stack->stack config.yml
EXPOSE 24224