mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
6 lines
193 B
Bash
Executable File
6 lines
193 B
Bash
Executable File
#!/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
|