formigueiro
formigueiro
Explore posts from servers
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
but ty
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
I didn't mean it, as it asked me for the url of my application, which is not yet open, I didn't think it could be private, sorry
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
updated the cors config, now worked
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
does remvoed my from server?
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
send from pm
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
im my app there is app.use(cors())
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
is it possible to allow?
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
but im getting cors error
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
worked here,
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
ty @Brody
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
so it could be from this
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
but if a try to access domain im getting error
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
Nodejs stuck in 'Deploying'
ac84e2c7-c672-4118-91c5-e925e2e1c8cb
27 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
bash ffmpeg project
worked
16 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
bash ffmpeg project
ty
16 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
bash ffmpeg project
ive changed to
FROM ubuntu:22.04

# Instala o ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg

# Copia o arquivo buildpack-run.sh para o contêiner
COPY buildpack-run.sh /buildpack-run.sh

# Define o arquivo buildpack-run.sh como executável
RUN chmod +x /buildpack-run.sh

# Executa o arquivo buildpack-run.sh quando o contêiner iniciar
CMD ["/bin/bash", "/buildpack-run.sh"]
FROM ubuntu:22.04

# Instala o ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg

# Copia o arquivo buildpack-run.sh para o contêiner
COPY buildpack-run.sh /buildpack-run.sh

# Define o arquivo buildpack-run.sh como executável
RUN chmod +x /buildpack-run.sh

# Executa o arquivo buildpack-run.sh quando o contêiner iniciar
CMD ["/bin/bash", "/buildpack-run.sh"]
to install ffmpeg
16 replies
RRailway
Created by formigueiro on 6/21/2023 in #✋|help
bash ffmpeg project
just change to ubuntu-minimal ?
16 replies