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

a year 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

0 Replies

callmefredcom
PROOP

a year ago

b082e796-c15c-43c8-b3d6-81fc47342308


brody
EMPLOYEE

a year ago

build logs please -


callmefredcom
PROOP

a year ago

Is this a private conversation?


callmefredcom
PROOP

a year ago

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


callmefredcom
PROOP

a year ago

Still there?


coderjoshdk
TRIAL

a year 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

a year ago

Sharing my build shows the structure of my whole project.


brody
EMPLOYEE

a year ago

okay, share only the nixpacks build table


callmefredcom
PROOP

a year 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...