DEVOPS-1765

This commit is contained in:
Pavel Zilke 2024-07-19 15:01:56 +03:00
parent ae0fd8353d
commit 0b0516b366

View file

@ -0,0 +1,10 @@
version: "3"
services:
webbpm-app:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./standalone.xml:/opt/jboss/wildfly/standalone/configuration/standalone.xml
ports:
- 8080