Skip to content

Commit

Permalink
cicd rest poller
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Apr 9, 2024
1 parent 6926e9f commit fd5d74a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
build:
context: ../
dockerfile: infrastructure/docker/Dockerfile

0 comments on commit fd5d74a

Please sign in to comment.