Spaces:
Runtime error
Runtime error
| # Use your pre-built presenton image as base | |
| FROM ghcr.io/presenton/presenton:latest | |
| # If needed, expose the port your app listens on (presenton uses port 80 in your local run) | |
| EXPOSE 80 | |
| # Do NOT override ENTRYPOINT/CMD if the base image already starts the app. | |
| # Optionally add env vars or extra files here. | |