go-proxy wont start after container creation #6

Closed
opened 2025-12-29 14:22:20 +01:00 by adam · 3 comments
Owner

Originally created by @earvingad on GitHub (Mar 28, 2024).

Hello,

  1. after building the docker container it won't start, you have to enter the container and manually start go-proxy
  2. it will fail to start due to missing schema folder/files.
  • In the Dockerfile it should be added the line COPY schema/ /app/schema

However, even after modifying the Dockerfile, go-proxy won't start automatically after starting the container.

Originally created by @earvingad on GitHub (Mar 28, 2024). Hello, 1. after building the docker container it won't start, you have to enter the container and manually start `go-proxy` 2. it will fail to start due to missing `schema` folder/files. - In the Dockerfile it should be added the line `COPY schema/ /app/schema` However, even after modifying the Dockerfile, `go-proxy` won't start automatically after starting the container.
adam closed this issue 2025-12-29 14:22:20 +01:00
Author
Owner

@yusing commented on GitHub (Mar 29, 2024):

  1. it will fail to start due to missing schema folder/files.
  • In the Dockerfile it should be added the line COPY schema/ /app/schema

yes you are right, will fix in the next commit

However, even after modifying the Dockerfile, go-proxy won't start automatically after starting the container.

after modifing the Dockerfile you have to rebuild it with docker compose up -d --build

@yusing commented on GitHub (Mar 29, 2024): > 2. it will fail to start due to missing `schema` folder/files. > * In the Dockerfile it should be added the line `COPY schema/ /app/schema` yes you are right, will fix in the next commit > However, even after modifying the Dockerfile, `go-proxy` won't start automatically after starting the container. after modifing the Dockerfile you have to rebuild it with `docker compose up -d --build`
Author
Owner

@yusing commented on GitHub (Mar 29, 2024):

Now should work, the Dockerfile is fixed

@yusing commented on GitHub (Mar 29, 2024): Now should work, the Dockerfile is fixed
Author
Owner

@earvingad commented on GitHub (Mar 29, 2024):

Thank you! It is working now.

@earvingad commented on GitHub (Mar 29, 2024): Thank you! It is working now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#6