Add game to image with expectation of zip file in /assets
This commit is contained in:
parent
93c03c060f
commit
9a04157f6e
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
assets/
|
||||||
|
.generated/
|
@ -2,3 +2,4 @@ FROM archlinux
|
|||||||
RUN pacman -Sy --noconfirm xorg-server-xvfb xdotool scrot python-flask && pacman -Sc --noconfirm
|
RUN pacman -Sy --noconfirm xorg-server-xvfb xdotool scrot python-flask && pacman -Sc --noconfirm
|
||||||
RUN mkdir -p /root/.local/share/
|
RUN mkdir -p /root/.local/share/
|
||||||
ADD profile /root/.local/share/IntoTheBreach
|
ADD profile /root/.local/share/IntoTheBreach
|
||||||
|
ADD .generated/game/ /breach
|
||||||
|
Loading…
Reference in New Issue
Block a user