Base container image has a collections.json
directory that messes up custom container builds
#12
Labels
bug
Something isn't working
Expected Behavior
Copying a collection.json file to the working directory of the base image and building a new image should result in a functional container image with a working test.
Actual Behavior
After copying collection.json into the working directory and running the container, the app throws a stack trace:
Steps to Reproduce the Problem
docker build . -t postman-test:1 -f Dockerfile
docker run postman-test:1
Environment Details
Workaround
If your do this in your Dockerfile, things work as expected:
The text was updated successfully, but these errors were encountered: