Use build in compose

TestBranch9
lars 2023-10-06 15:37:44 -05:00
parent 2f141ba9c1
commit af00f3729d
2 changed files with 13 additions and 9 deletions

View File

@ -2,7 +2,9 @@ version: '3.4'
services: services:
http-echo: http-echo:
image: mendhak/http-https-echo:latest build:
content: ./
dockerfile: httpecho.Dockerfile
expose: expose:
- 8080 - 8080
environment: environment:

2
httpecho.Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM mendhak/http-https-echo:latest
RUN echo "Hello"