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-03 04:32:26 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
e6953d60e9e683e04448b623329144d31991bcbc
dokku/tests/apps/python/alt.Dockerfile

10 lines
114 B
Docker
Raw Normal View History

fix: keep track of the source image when building an app via git:from-image This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests. Closes #5518
2022-12-18 17:57:24 -05:00
FROM python:3.11.0-buster
fix: exit non-zero when git:from-image deploys fail to start the app Also ensure the repository doesn't get updated to an invalid state in those failure cases. Closes #5538
2022-12-27 02:37:18 -05:00
ARG BUILD_ARG=key
fix: keep track of the source image when building an app via git:from-image This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests. Closes #5518
2022-12-18 17:57:24 -05:00
WORKDIR /app
COPY . /app
fix: exit non-zero when git:from-image deploys fail to start the app Also ensure the repository doesn't get updated to an invalid state in those failure cases. Closes #5538
2022-12-27 02:37:18 -05:00
RUN echo $BUILD_ARG > BUILD_ARG.contents
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 78ms Template: 2ms
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