This commit is contained in:
Your Name 2024-05-23 12:31:37 +02:00
parent ddc39ad958
commit 62d0c7d23b
2 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,7 @@ services:
- linux/amd64 - linux/amd64
volumes: volumes:
- .:/repo - .:/repo
- .docker/entrypoint.sh:/entrypoint.sh
# Additional dependencies for GUI applications # Additional dependencies for GUI applications
guis: guis:
extends: overlay extends: overlay

3
test.Dockerfile Normal file
View File

@ -0,0 +1,3 @@
# syntax=docker/dockerfile:1
FROM ubuntu:22.04