Skip to content

Commit

Permalink
💚 re-trigger pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bouali committed Apr 7, 2024
1 parent 26d7f20 commit 46d9ad5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ ENV EMAIL_HOST_NAME: missing_host_name
ENV EMAIL_USER_NAME: missing_user_name
ENV EMAIL_PASSWORD: missing_password


CMD java -jar -Dspring.profiles.active=${ACTIVE_PROFILE} -Dspring.datasource.url=${DB_URL} book-network-${JAR_VERSION}.jar
1 change: 0 additions & 1 deletion docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ COPY nginx.conf /etc/nginx/nginx.conf

COPY --from=build-stage /app/dist/book-network-ui /usr/share/nginx/html


EXPOSE 80

0 comments on commit 46d9ad5

Please sign in to comment.