Salt
42480f0c09
Some checks failed
Git Desu/9iron/pipeline/head There was a failure building this commit
11 lines
191 B
Bash
Executable File
11 lines
191 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# test.sh
|
|
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
|
|
sudo docker run -p 8080:80 -it "$(sudo docker build -q .)"
|
|
|