Piotr Biernat
9d46b89873
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
358 B
Docker
14 lines
358 B
Docker
FROM traefik:v2.9.5
|
|
|
|
LABEL dev.egommerce.image.author="Piotr Biernat"
|
|
LABEL dev.egommerce.image.vendor="Egommerce"
|
|
LABEL dev.egommerce.image.service="api-gateway"
|
|
LABEL dev.egommerce.image.version="1.0"
|
|
|
|
COPY ./api-gateway/etc /etc/traefik
|
|
COPY ./api-gateway/plugins /plugins-local
|
|
|
|
EXPOSE 443 8080
|
|
|
|
# ENTRYPOINT ["/traefik"] # FIXME stack->stack config.yml
|