Skip to content

Commit

Permalink
Remove unnecessary instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Dec 7, 2023
1 parent cf03c5c commit fe5ad09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ COPY . /opt/form-flow-starter-app
COPY src/main/resources/pdf-fonts/* /opt/pdf-fonts/
WORKDIR /opt/form-flow-starter-app

ARG APTIBLE_ENV=/opt/form-flow-starter-app/.aptible.env
RUN set -a && \
if [ -e ${APTIBLE_ENV} ] ; then . ${APTIBLE_ENV} ; fi && \
./gradlew assemble && \
RUN ./gradlew assemble && \
cp /opt/form-flow-starter-app/build/libs/app.jar app.jar

EXPOSE 8080
Expand Down

0 comments on commit fe5ad09

Please sign in to comment.