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