diff --git a/Dockerfile b/Dockerfile index f0aab5f..e860fd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,3 @@ COPY . /opt/nd2reader WORKDIR /opt/nd2reader RUN python setup.py install RUN python3 setup.py install -WORKDIR /var/nd2s diff --git a/functional_tests/FYLM141111001.py b/functional_tests/FYLM141111001.py index 0869398..05764c6 100644 --- a/functional_tests/FYLM141111001.py +++ b/functional_tests/FYLM141111001.py @@ -10,7 +10,7 @@ import unittest class FunctionalTests(unittest.TestCase): def setUp(self): - self.nd2 = Nd2("FYLM-141111-001.nd2") + self.nd2 = Nd2("/var/nd2s/FYLM-141111-001.nd2") def tearDown(self): self.nd2.close()