FacturaScripts / docker-facturascripts

FacturaScripts official Docker image.

Home Page:https://facturascripts.com/descargar/docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-facturascripts

FacturaScripts official Docker image. More info at https://facturascripts.com/descargar/docker

Run

docker run -d --name facturascripts -p 80:80 facturascripts/facturascripts:latest

FacturaScripts + MySQL + adminer

Use the docker-compose.yml file to get FacturaScripts with a MySQL container (mysql) and adminer.

docker-compose up

Build

docker build -t facturascripts/facturascripts:latest .

Publish

docker login
docker push facturascripts/facturascripts:latest

Publish a new tag

docker build -t facturascripts/facturascripts:XXX .
docker tag IMAGE_ID facturascripts/facturascripts:XXX
docker push facturascripts/facturascripts:XXX

About

FacturaScripts official Docker image.

https://facturascripts.com/descargar/docker

License:GNU Lesser General Public License v3.0


Languages

Language:Dockerfile 81.7%Language:Shell 18.3%