Update instructions to run tests locally

This commit is contained in:
Tortue Torche 2021-09-03 15:15:00 +02:00
parent 1f118e72d1
commit fb73d0154c

View File

@ -3,6 +3,7 @@
# Builds Docker images locally:
# git clone https://gitlab.com/psuapp/psu
# cd psu/
# cp tests/dockerfiles/.env.local tests/dockerfiles/.env
# source tests/dockerfiles/.env
# docker build --no-cache -t $PSU_IMAGE:$PSU_TAG -f Dockerfile .
# docker build --no-cache -t $PSU_IMAGE:core-$PSU_TAG -f Dockerfile.core .