#Dockerfile Path

19 messages · Page 1 of 1 (latest)

hard shale
#

I'm trying to deploy a project where the Dockerfile Path is in docker folder of that repo.
how do i define a path for a Dockerfile?

twin urchinBOT
#

Project ID: N/A

hard shale
#

not deployed any project yet

#

its a public repo so i cant move the dockerfile to root

blissful scroll
hard shale
#

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

blissful scroll
#

I suppose that it depends on what the command is doing.

hard shale
#

it runs few more sh scripts to start the application

blissful scroll
hard shale
#

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
blissful scroll
#

Is this from your Dockerfile?

hard shale
#

yes

blissful scroll
#

Unfortunately, this is not something I can assist you with due to it being an application level issue.

hard shale
#

ok no worries, but it works in my local system

hard shale
#

post can be closed thanks

blissful scroll