Skip to content

Commit

Permalink
Merge pull request #294 from Trendyol/sidebar-refactor
Browse files Browse the repository at this point in the history
chore: add new env variable to dockerfile
  • Loading branch information
armagandalkiran authored Feb 7, 2025
2 parents 70d2c2b + e7750ea commit 274ea29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gurubu-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ ENV NEXT_PUBLIC_FEEDBACK_SHEET_LINK=$FEEDBACK_SHEET_LINK
ARG JIRA_ISSUE_IMPORTER_HELP
ENV NEXT_PUBLIC_JIRA_ISSUE_IMPORTER_HELP=$JIRA_ISSUE_IMPORTER_HELP

ARG TEST_STORY_POINT_CUSTOM_FIELD
ENV NEXT_PUBLIC_TEST_STORY_POINT_CUSTOM_FIELD=$TEST_STORY_POINT_CUSTOM_FIELD

RUN yarn build

EXPOSE 3000
Expand Down

0 comments on commit 274ea29

Please sign in to comment.