build test
release-tag / release-image (push) Failing after 34s

This commit is contained in:
2024-08-16 14:33:17 +02:00
parent e09bdb0aba
commit 773e660f94
+1
View File
@@ -1,3 +1,4 @@
# hust a webserver
FROM almalinux:latest FROM almalinux:latest
RUN dnf install -y httpd RUN dnf install -y httpd
CMD [ "/usr/sbin/httpd", "-DFOREGROUND" ] CMD [ "/usr/sbin/httpd", "-DFOREGROUND" ]