Create docker-compose-buildimage.yml

This commit is contained in:
ametgud4u 2020-07-26 23:52:16 +05:30 committed by GitHub
parent 441de0a869
commit 45eb7831e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
version: '3'
services:
app:
image: "app:$BUILD_TAG"
build:
context: .