build with src files
Some checks failed
Build and Push Image / Build and push image (push) Failing after 22s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 22s
This commit is contained in:
parent
1c54bc9a4f
commit
366999984d
@ -7,8 +7,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: flask.Dockerfile
|
||||
volumes:
|
||||
- ./src/flask:/pool_data/src/flask
|
||||
# volumes:
|
||||
#- ./src/flask:/pool_data/src/flask
|
||||
ports:
|
||||
- "80:80"
|
||||
- "5000:5000"
|
||||
|
@ -2,6 +2,8 @@ FROM git.aridgwayweb.com/armistace/pool_base_image AS flask
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
ADD src /pool_data/src
|
||||
|
||||
ENV FLASK_ENV production
|
||||
ENV FLASK_DEBUG 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user