Merge branch 'main' of git.format.hu:format/web-installer

This commit is contained in:
2024-06-28 15:15:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ steps:
image: plugins/docker
commands:
- cd /drone/src/
- docker build -t $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
- docker build --platform linux/amd64 --tag $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
- docker push $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME}
when:
branch:

View File

@@ -27,7 +27,7 @@ http {
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html
index index.html;
}
error_page 500 502 503 504 /50x.html;