mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
* Add 'run-tests' action to run specs * Add 'push-to-registry' action to push image to Docker Hub
7 lines
107 B
YAML
7 lines
107 B
YAML
version: '3.4'
|
|
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: prod |