Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<!DOCTYPE html> <html> <head> <title>hello</title> </head> <body> hello </body> </html>
FROM nginx:latest COPY public/. /usr/share/nginx/html/ EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]
include: - template: Auto-DevOps.gitlab-ci.yml