5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
FROM nginx:alpine-slim
|
|
|
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
|
|
|
EXPOSE 80 |