Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored May 11, 2024
1 parent f6f28e1 commit 237d72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down Expand Up @@ -134,4 +134,4 @@ RUN ./install.sh -nodaemon
CMD ["bash", "-c", "cd ~/fhirserver/ && ./start.sh"]

# Expose the necessary port
EXPOSE 80
EXPOSE 80

0 comments on commit 237d72d

Please sign in to comment.