Logo
Explore Help
Register Sign In
Mirrors/dokku
1
0
Fork 0
You've already forked dokku
mirror of https://github.com/dokku/dokku.git synced 2026-09-02 12:10:09 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
2993fa800ce228cb31186a5bbdd367a4e3b23c8a
dokku/tests/apps/python/expose.Dockerfile

10 lines
101 B
Docker
Raw Normal View History

tests: update python version used in test apps
2024-09-29 03:23:13 -04:00
FROM python:3.12.6-bookworm
feat: write auto-detected port mappings during a deploy During an app build, we now auto-detect ports based on the source code. This is usually http:80:5000, with Dockerfile-based deploys having their ports extracted from the docker image or Dockerfile. Additionally, we add an https:443 mapping for any detected http:80 mapping when there is an ssl certificate, and all http port mappings are transformed to https mappings for Dockerfile-based deploys. While the ports aren't currently consumed, a future refactor will provide the ability to fallback to the new detected ports when there is no user-specified port mapping.
2023-07-16 03:35:40 -04:00
EXPOSE 3001/udp
EXPOSE 3000/tcp
EXPOSE 3003
COPY . /app
WORKDIR /app
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 3386ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API