2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Fix functional test

This commit is contained in:
Ryan Emerle 2021-12-15 11:27:36 -05:00
parent 97095b9318
commit c9b5a87074
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE

View File

@ -27,4 +27,4 @@ RUN named-checkconf
# Copy over the functional tests
COPY modules/api/src/test/functional /functional_test
ENTRYPOINT ["/bin/bash", "-c", "/initialize.sh bind localstack vinyldns-api && /functional_test/run.sh \"$@\""]
ENTRYPOINT ["/bin/bash", "-c", "/initialize.sh bind localstack vinyldns-api mysql && /functional_test/run.sh \"$@\""]