diff --git a/Dockerfile b/Dockerfile index 461fa69dc..953e5bc8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN cp /work/fhirserver/exec/pack/linux/start_bare.sh /work/fhirserver/exec/inst cp /work/fhirserver/exec/pack/*.properties /work/fhirserver/exec/install/content && \ cp /work/fhirserver/exec/pack/*.dat /work/fhirserver/exec/install/content && \ cp /work/fhirserver/exec/pack/fhirserver.cfg /work/fhirserver/exec/install/config && \ - cp /work/fhirserver/exec/64/web.ini /work/fhirserver/exec/install/config && \ + cp /work/fhirserver/exec/pack/web.ini /work/fhirserver/exec/install/config && \ cp /work/fhirserver/config/config.ini /work/fhirserver/exec/install/config/config && \ cp /work/fhirserver/config/config_bare.json /work/fhirserver/exec/install/config/config/config.json && \ cp /work/fhirserver/config/config.ini /work/fhirserver/exec/install/config/default_config && \ @@ -134,4 +134,4 @@ RUN ./install.sh -nodaemon CMD ["bash", "-c", "cd ~/fhirserver/ && ./start.sh"] # Expose the necessary port -EXPOSE 80 \ No newline at end of file +EXPOSE 80