api-gateway/Dockerfile
Piotr Biernat 943b1cb30e
All checks were successful
continuous-integration/drone/push Build is passing
fixes
2022-11-13 03:34:53 +01:00

9 lines
152 B
Docker

FROM nginx:alpine
LABEL author="Piotr Biernat"
LABEL service="api-gw"
LABEL vendor="Egommerce"
LABEL version="1.0"
COPY ./data/etc/nginx/ /etc/nginx/