File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ all: docker-build docker-test
13
13
docker-build :
14
14
# https://github.com/docker/buildx#building
15
15
docker buildx build \
16
- --build-arg VCS_REF=` git rev-parse HEAD` \
17
- --build-arg BUILD_DATE=` date -u +" %Y-%m-%dT%H:%M:%SZ" ` \
16
+ --build-arg VCS_REF=" $( shell git rev-parse HEAD) " \
17
+ --build-arg BUILD_DATE=" $( shell date -u +" %Y-%m-%dT%H:%M:%SZ" ) " \
18
18
--tag $(IMAGE_TAG ) \
19
19
--progress $(PROGRESS_MODE ) \
20
20
--platform $(PLATFORM ) \
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ server {
23
23
fastcgi_pass unix:/run/phpfpm/php-fpm.sock;
24
24
}
25
25
26
- location /robots.txt {
27
- return 200 "User-agent: *\nDisallow: /";
28
- }
26
+ location /robots.txt {
27
+ return 200 "User-agent: *\nDisallow: /";
28
+ }
29
29
30
30
location ~ ^/(css|js|images)/ {
31
31
access_log off;
You can’t perform that action at this time.
0 commit comments