Skip to content

Commit dcf8417

Browse files
committed
adds log to Makefile and run php-cs-fixer
1 parent 368e1c2 commit dcf8417

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ps:
1212
$(DOCKER_COMPOSE) ps
1313
.PHONY: ps
1414

15+
logs:
16+
$(DOCKER_COMPOSE) logs -f
17+
.PHONY: logs
18+
1519
# DEVELOPMENT
1620
cli:
1721
$(RUN) /bin/bash

lambda/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once __DIR__ . '/../config/bootstrap.php';
66

7-
echo "<h1>Hello world!</h1>";
7+
echo '<h1>Hello world!</h1>';

0 commit comments

Comments
 (0)