Port changes to docker files
This commit is contained in:
parent
446bcaf707
commit
0e399bad7d
@ -17,6 +17,6 @@ WORKDIR /app
|
||||
|
||||
COPY --from=builder /main .
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 9000
|
||||
|
||||
CMD ["./main"]
|
||||
@ -2,5 +2,5 @@ services:
|
||||
health-api:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "9000:9000"
|
||||
restart: unless-stopped
|
||||
Loading…
x
Reference in New Issue
Block a user