Piotr Biernat
108a55c471
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
152 B
Docker
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/
|