Merge pull request #374 from rodolfovillaruz/master

Build with a separate command
This commit is contained in:
Denis Duliçi 2018-06-22 15:30:37 +03:00 committed by GitHub
commit 3d76a5a5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,10 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a
It is possible to containerise Akaunting using the [`docker-compose`](docker-compose.yaml) file. Here are a few commands:
```
# Build & Run the app
# Build the app
docker build -t akaunting .
# Run the app
docker-compose up -d
# Make sure you the dependencies are installed

View File

@ -11,7 +11,6 @@ services:
MYSQL_PASSWORD: akaunting_password
web:
image: akaunting
build: ./
volumes:
- ./:/var/www/html
ports: