Can you please help me write a Dockerfile for my project please?
callmefredcom
PROOP

2 years ago

At the moment I have a nixpacks.toml and a Procfile

nixpacks.toml content

[phases.setup]
nixPkgs = ["…","ffmpeg"]

Procfile content

web: gunicorn main:app

I need to run Python 3.10.11

9 Replies

callmefredcom
PROOP

2 years ago

b082e796-c15c-43c8-b3d6-81fc47342308


2 years ago

build logs please -


callmefredcom
PROOP

2 years ago

Is this a private conversation?


callmefredcom
PROOP

2 years ago

I can't just upload my build logs in a public thread…


callmefredcom
PROOP

2 years ago

Still there?


coderjoshdk
TRIAL

2 years ago

Why not? Build logs typically shouldn't have any secrets exposed.

But I read this as "I don't have a build process yet". Is that correct?


callmefredcom
PROOP

2 years ago

Sharing my build shows the structure of my whole project.


2 years ago

okay, share only the nixpacks build table


callmefredcom
PROOP

2 years ago

╔══════════════════════════════ Nixpacks v1.24.0 ══════════════════════════════╗

║ setup │ python310, gcc, ffmpeg ║

║──────────────────────────────────────────────────────────────────────────────║

║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║

║ │ && pip install -r requirements.txt ║

║──────────────────────────────────────────────────────────────────────────────║

║ start │ gunicorn main:app

This?


Loading...