Skip to content

Commit

Permalink
Put LICENSE in /licenses (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean authored Nov 12, 2024
1 parent 7a050e7 commit 6f26d69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ ENV SYNC2JIRA_VERSION=$SYNC2JIRA_VERSION

USER root

# Copy in license file
RUN mkdir /licenses
COPY LICENSE /licenses/LICENSE

# Create Sync2Jira folder
RUN mkdir -p /usr/local/src/sync2jira

Expand Down
4 changes: 4 additions & 0 deletions Dockerfile.sync-page
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ RUN dnf -y install \

USER root

# Copy in license file
RUN mkdir /licenses
COPY LICENSE /licenses/LICENSE

# Create Sync2Jira folder
RUN mkdir -p /usr/local/src/sync2jira

Expand Down

0 comments on commit 6f26d69

Please sign in to comment.