Creating framework for local development environment
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
FROM docker.io/lipanski/docker-static-website
|
FROM docker.io/lipanski/docker-static-website
|
||||||
COPY ./app .
|
COPY httpd.conf httpd.conf
|
||||||
|
COPY ./app /app
|
||||||
4
devserver.sh
Normal file
4
devserver.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Script used to spin up a local webserver for development
|
||||||
|
|
||||||
|
#!/bin/bash
|
||||||
|
podman run -it --rm --init -p 3000:3000 $(podman build -q .)
|
||||||
1
httpd.conf
Normal file
1
httpd.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
H:/app
|
||||||
Reference in New Issue
Block a user