This commit is contained in:
iFargle 2023-10-02 20:39:17 +09:00
parent 025059269f
commit 6c84421ae0

View file

@ -1,4 +1,2 @@
FROM nixos/nix
COPY . /temp
RUN ls /temp
ENTRYPOINT [ "/run/current-system/sw/bin/sleep", "100000" ]
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]