AjithBharadwaj's picture
Create Dockerfile
0e3145a verified
raw
history blame contribute delete
311 Bytes
# 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.