2023-07-15 17:46:19 +03:00
|
|
|
|
FROM nginx:stable-alpine3.17-slim
|
2023-08-29 00:34:56 +03:00
|
|
|
|
ARG BUILD_TYPE=production
|
2023-07-15 17:46:19 +03:00
|
|
|
|
|
|
|
|
|
# Сopу nginx configuration to the proxy-server
|
2023-09-16 17:03:08 +03:00
|
|
|
|
COPY ./$BUILD_TYPE.conf /etc/nginx/conf.d/default.conf
|