Adding so many things.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PASSWORD=$1
|
||||
echo -n $1 | shasum -a 256
|
||||
openssl rand -hex 16
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
docker build -t origo .
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
docker run --rm -p 8000:8000 -v $(pwd):/app origo php -S 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user