mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
5 lines
97 B
Docker
5 lines
97 B
Docker
FROM nginx:1.23.2-alpine
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY /dev.conf /etc/nginx/conf.d
|