api-gateway/Dockerfile

9 lines
152 B
Docker
Raw Permalink Normal View History

FROM nginx:alpine
LABEL author="Piotr Biernat"
2022-10-12 17:51:29 +02:00
LABEL service="api-gw"
LABEL vendor="Egommerce"
LABEL version="1.0"
COPY ./data/etc/nginx/ /etc/nginx/