mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
go-proxy wont start after container creation #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @earvingad on GitHub (Mar 28, 2024).
Hello,
go-proxyschemafolder/files.COPY schema/ /app/schemaHowever, even after modifying the Dockerfile,
go-proxywon't start automatically after starting the container.@yusing commented on GitHub (Mar 29, 2024):
yes you are right, will fix in the next commit
after modifing the Dockerfile you have to rebuild it with
docker compose up -d --build@yusing commented on GitHub (Mar 29, 2024):
Now should work, the Dockerfile is fixed
@earvingad commented on GitHub (Mar 29, 2024):
Thank you! It is working now.