How can i solve this problem it's my fifth try...
logosito
TRIALOP
a year ago
I write my telegram bot in rust on windows 11 and i want to host it on railway. I wrote Dockerfile for this, but maybe i did smth wrong. I am newbie and i don't now how to fix it. Thanks a lot!
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
RUN cargo build --release && mv target/release/deps/Convie.exe my_appRailway runs linux, not Windows, you will need to remove any platform specific stuff from your Dockerfile
Status changed to Solved brody • over 1 year ago