/home/techb158/trello-import.abdallabala.com
Edit: /home/techb158/trello-import.abdallabala.com/Dockerfile (250B)
FROM nginx:1.27-alpine
COPY public/ /usr/share/nginx/html/
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY docker/render-config.sh /docker-entrypoint.d/20-render-config.sh
RUN chmod +x /docker-entrypoint.d/20-render-config.sh
EXPOSE 80