mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
feat: adds scully
This commit is contained in:
5
start-apache-with-static-folder.sh
Executable file
5
start-apache-with-static-folder.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
docker build -t localization:latest -f apache.Dockerfile .
|
||||
docker run -it --rm --name localization -v "$PWD/dist/static":/usr/local/apache2/htdocs/ -p 8080:80 localization:latest
|
||||
Reference in New Issue
Block a user