Moving local development server files to their own folder
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
# Script used to spin up a local webserver for development
|
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
podman run -it --rm --init -p 3000:3000 $(podman build -q .)
|
|
||||||
6
local-test/start-server.sh
Normal file
6
local-test/start-server.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Script used to spin up a local webserver for development
|
||||||
|
|
||||||
|
#!/bin/bash
|
||||||
|
CURR_DIR="$(pwd)"
|
||||||
|
cd ${PWD}/..
|
||||||
|
podman run -it --rm --init -p 3000:3000 $(podman build -q -f ./local-test/Dockerfile .)
|
||||||
Reference in New Issue
Block a user