Skip to content

Commit

Permalink
Per #529, update call to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jul 3, 2024
1 parent 276056c commit c78fe6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/scripts/docker/Dockerfile.copy
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ RUN if [ ! -e "/METviewer/build.xml" ]; then \
#
# Run build script
#
RUN internal/scripts/docker/build_metviewer_docker.sh
RUN cd /METviewer \
&& internal/scripts/docker/build_metviewer_docker.sh

ENTRYPOINT ${CATALINA_HOME}/bin/startup.sh && /bin/bash
CMD ["true"]

0 comments on commit c78fe6d

Please sign in to comment.