hello world render app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

workaround for buildah

Signed-off-by: softprops <d.tangren@gmail.com>

softprops 7fa6407a 602c5821

+4
+4
.tangled/workflows/deploy.yml
··· 22 22 DOCKERFILE: ./Dockerfile 23 23 24 24 steps: 25 + - name: Ensure passwd entry for UID 0 26 + command: | 27 + echo "root:x:0:0:root:/root:/sbin/nologin" >> /etc/passwd 28 + 25 29 - name: Build image 26 30 command: | 27 31 set -e