mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-06 04:13:27 +01:00
7 lines
199 B
Bash
Executable File
7 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
guix time-machine -C channels-lock.scm -- build -L . -f guix.scm
|
|
|
|
guix time-machine -C channels-lock.scm -- system image -t docker -L . --root=docker-image.tar.gz docker/image.scm
|