mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
26a1b23ce7
commit
168ae92f8d
@ -31,4 +31,4 @@ RUN mkdir .gnupg && \
|
||||
COPY run.sh /home/build/run.sh
|
||||
ENTRYPOINT [ "/bin/bash", "/home/build/run.sh" ]
|
||||
# Default arguments passed to /run.sh
|
||||
CMD [ "pkg/de-p1st-installer" ]
|
||||
# CMD [ "de-p1st-font" ]
|
||||
|
@ -2,7 +2,12 @@ version: '3.7'
|
||||
services:
|
||||
makepkg:
|
||||
build: .
|
||||
command: ["de-p1st-font", "de-p1st-nano", "de-p1st-grub", "de-p1st-installer", "de-p1st-repo"]
|
||||
|
||||
## One could build multiple packages with one container,
|
||||
## but I recommend to use a clean container for each package!
|
||||
# command: ["de-p1st-font", "de-p1st-nano", "de-p1st-grub", "de-p1st-installer", "de-p1st-repo"]
|
||||
command: ["de-p1st-font"]
|
||||
|
||||
volumes:
|
||||
- ./pkg:/pkg:ro
|
||||
- ./out:/out
|
||||
|
Loading…
Reference in New Issue
Block a user