You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this problem occurred when I used this tool in the Docker container
My steps
- docker pull golang:latest
- docker exec -itd --name go-lang-18080 -v "C:\work\gin>:/opt/gin" -p 18080:8080
- go get github.com/pilu/fresh
- fresh
There is no hot update code after changes are made in the host
Thanks !
The text was updated successfully, but these errors were encountered:
zx-luo
changed the title
Using fresh in docker container will not overload code
Using fresh in docker container will not builds and (re)starts
Nov 20, 2021
FROM golang:alpine AS development
WORKDIR /app
ENV ENV=development
COPY . /app
RUN go get -v
RUN go get github.com/pilu/fresh
ENTRYPOINT ["fresh"]
EXPOSE 8080 3306
Hello, this problem occurred when I used this tool in the Docker container
My steps
There is no hot update code after changes are made in the host
The text was updated successfully, but these errors were encountered: