dev-saw99 / deko

DEKO is a powerful online compiler, DEKO offers both REST and WebSocket APIs, allowing users to compile code and receive real-time output in Go
GNU General Public License v3.0
7 stars 2 forks source link

=> ERROR [deko-bridge 6/9] RUN mv /app/language/* . #4

Open lexuanquynh opened 4 weeks ago

lexuanquynh commented 4 weeks ago

Error when run this line:

=> ERROR [deko-bridge 6/9] RUN mv /app/language/* .

How to fix it?

lexuanquynh commented 4 weeks ago

Some security problems:

Screenshot 2024-11-03 at 15 21 29
dev-saw99 commented 4 weeks ago

Hi @lexuanquynh,

It seems there’s an issue with the Docker build, causing the following error:

=> ERROR [deko-bridge 6/9] RUN mv /app/language/* .

I'm still investigating the root cause, but if you're interested, I'd appreciate any help in identifying and resolving it. Feel free to create a PR if you’re able to make progress.

Thank you!

dev-saw99 commented 4 weeks ago

Also, thanks for pointing out the security issues, I will check that as well.

lexuanquynh commented 4 weeks ago

@dev-saw99 I think just upgrade to the highest GO version and the security problem will be solved.