We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1f5ed1 + 0389ab9 commit 1dd6842Copy full SHA for 1dd6842
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.1-fpm
+FROM php:8.3-fpm
2
3
RUN apt-get update && \
4
apt-get upgrade -y && \
composer.json
@@ -21,6 +21,7 @@
21
}
22
},
23
"scripts": {
24
+ "dev": "vendor/bin/phel run src/main.phel",
25
"build": "vendor/bin/phel build --no-cache",
26
"format": "vendor/bin/phel format",
27
"test": "vendor/bin/phel test"
0 commit comments