Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
5h15h4k1n9 committed Dec 24, 2022
1 parent 57456db commit 0f8f092
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ RUN rm -r $INSTALLER_DIR
#WORKDIR /
#RUN mkdir submissions

#Copying scripts
WORKDIR /$APP_DIR
COPY docker/echo_pin.sh echo_pin.sh
COPY docker/generate_hash.sh generate_hash.sh

#Copying application
WORKDIR /$APP_DIR
ARG JAR_FILE=build/libs/trik-testsys-1.1.0-TEST.jar
Expand Down

0 comments on commit 0f8f092

Please sign in to comment.