Skip to content

Commit d373fba

Browse files
committed
squash rebased code as well
1 parent 175f581 commit d373fba

5 files changed

Lines changed: 5 additions & 5282 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
inject-workspace-packages=true

docker-compose/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
ARG PHP_VERSION=8.3
22

3-
FROM cimg/php:${PHP_VERSION}-node AS build
4-
5-
USER 1001:1002
3+
FROM scratch AS source
64

75
WORKDIR /build
86

justfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
set export
2-
1+
set export := true
32

43
help:
54
@just -l

0 commit comments

Comments
 (0)