Skip to content

Commit

Permalink
added to DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 29, 2024
1 parent 10fa6de commit dacce4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ARG MICRO_TETHYS=true \
# ADD APPLICATION FILES #
#########################
COPY . ${TETHYS_HOME}/apps/ngiab
COPY run.sh ${TETHYS_HOME}/run.sh



###############
Expand Down Expand Up @@ -55,4 +57,4 @@ EXPOSE 80
# RUN #
#######

CMD ["bash", "simplified_run.sh"]
CMD ["bash", "run.sh"]
File renamed without changes.

0 comments on commit dacce4b

Please sign in to comment.