Skip to content

Commit

Permalink
chore: add new env variable to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
armagandalkiran committed Feb 7, 2025
1 parent 38ca13f commit e7750ea
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 e7750ea

Please sign in to comment.