5 lines
111 B
Text
5 lines
111 B
Text
|
FROM nginx:1.15.12-alpine
|
||
|
|
||
|
COPY ./ /app
|
||
|
COPY ./resources/docker/nginx-kube.conf /etc/nginx/conf.d/default.conf
|