Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
python-flask: Bump stack version to put src and image in index (#660)
Browse files Browse the repository at this point in the history
* python-flask: Bump stack version to put src and image in index

* Run as local user to gain access to userapp
  • Loading branch information
Kamran64 authored Feb 12, 2020
1 parent 3ef6144 commit e66fdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions incubator/python-flask/image/Dockerfile-stack
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PATH=/home/worker/.local/bin:$PATH

ENV APPSODY_MOUNTS=/:/project/userapp
ENV APPSODY_DEPS=/project/deps
ENV APPSODY_USER_RUN_AS_LOCAL=true

ENV APPSODY_WATCH_DIR=/project/userapp
ENV APPSODY_WATCH_REGEX="^.*.py$"
Expand Down
2 changes: 1 addition & 1 deletion incubator/python-flask/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Python Flask
version: 0.2.1
version: 0.2.2
description: Flask web Framework for Python
language: python
maintainers:
Expand Down

0 comments on commit e66fdc4

Please sign in to comment.