#Dockerfile Path
19 messages · Page 1 of 1 (latest)
Project ID: N/A
Hey @hard shale, please take a look at the documentation regarding this https://docs.railway.com/guides/dockerfiles#custom-dockerfile-path.
Learn Dockerfile configuration on Railway.
thanks i'll try this
and also there is a command i need to run which exists in the repo do i need to use that in the start command
I suppose that it depends on what the command is doing.
This may be helpful https://docs.railway.com/reference/build-and-start-commands
Learn how to configure build and start commands.
it runs few more sh scripts to start the application
Depending on your needs, you may also want to use https://docs.railway.com/guides/pre-deploy-command
Learn how to execute commands between building and deploying your application.
its actually a tauri app not sure if that works using dockerfile
✕ [30/77] RUN apt-get update -qq && apt-get install -qq libpam0g-dev libcairo2-dev libfontconfig1-dev libxcb-composite0-dev libx11-xcb-dev libjpeg-dev && git clone --depth 1 https://github.com/Raymo111/i3lock-color /opt/i3lock && cd /opt/i3lock && sed -i 's/Num Lock//' i3lock.c && sed -i 's/wrong!/auth failed/' unlock_indicator.c && ./build.sh && ./install-i3lock-color.sh
process "/bin/sh -c apt-get update -qq && apt-get install -qq libpam0g-dev libcairo2-dev libfontconfig1-dev libxcb-composite0-dev libx11-xcb-dev libjpeg-dev && git clone --depth 1 https://github.com/Raymo111/i3lock-color /opt/i3lock && cd /opt/i3lock && sed -i 's/Num Lock//' i3lock.c && sed -i 's/wrong!/auth failed/' unlock_indicator.c && ./build.sh && ./install-i3lock-color.sh" did not complete successfully: exit code: 2
Is this from your Dockerfile?
yes
Unfortunately, this is not something I can assist you with due to it being an application level issue.
ok no worries, but it works in my local system
post can be closed thanks
!s