feat: change CMD to ENTRYPOINT for better container behavior
🤖
This commit is contained in:
parent
103ad031df
commit
26ca4d8b93
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ COPY . .
|
||||||
RUN CGO_ENABLED=0 go build -v -o /GoTomato
|
RUN CGO_ENABLED=0 go build -v -o /GoTomato
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD [ "/GoTomato" ]
|
ENTRYPOINT [ "/GoTomato" ]
|
||||||
|
|
Loading…
Reference in a new issue