mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add GitHub Actions (#211)
* Add 'run-tests' action to run specs * Add 'push-to-registry' action to push image to Docker Hub
This commit is contained in:
committed by
GitHub
parent
1e6eb17af5
commit
60b0919ce6
7
docker-compose-prod.yml
Normal file
7
docker-compose-prod.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3.4'
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
target: prod
|
||||
Reference in New Issue
Block a user