Skip to content
Snippets Groups Projects
Verified Commit a93d4a6d authored by Mark's avatar Mark
Browse files

Add default values for ENV

parent b527aa98
No related branches found
No related tags found
1 merge request!3Change login provider backend to graphql
Pipeline #284 failed with stages
in 1 minute and 59 seconds
ARG baseimage=open.greenhost.net:4567/openappstack/single-sign-on/login_provider
FROM $baseimage
ENV TESTUSER_USERNAME
ENV TESTUSER_EMAIL
ENV TESTUSER_PASSWORD
ENV TESTUSER_USERNAME test
ENV TESTUSER_EMAIL test@example.net
ENV TESTUSER_PASSWORD test
COPY mock/db.py db.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment