use repo image
All checks were successful
Build and Push Image / Build and push image (push) Has been skipped

This commit is contained in:
Andrew Ridgway 2024-09-16 04:41:41 +00:00
parent dc7fa20e92
commit b0f3ad9fce

View File

@ -1,5 +1,5 @@
#FROM git.aridgwayweb.com/armistace/beer_base_image AS flask
FROM beer_base_image AS flask
FROM git.aridgwayweb.com/armistace/beer_base_image AS flask
#FROM beer_base_image AS flask
COPY requirements.txt .