mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
docker build -t atom-rpm .
|
|
docker run atom-rpm /atom/script/dockerbuild
|