Skip to content

Commit

Permalink
#74 add new vars to env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag authored and Kreezag committed Jun 15, 2024
1 parent 7311f48 commit e80920b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ WORKDIR /app

ARG APP_VERSION=1.0.0
ENV NODE_OPTIONS=--openssl-legacy-provider
ENV VITE_APP_MODE=production
ENV FE_APP_MODE=production
ENV FE_MAX_EVENTS_COUNT=500
ENV FE_ACTIVE_EVENT_TYPES=http-dump,inspector,monolog,profiler,ray,sentry,smtp,var-dump

RUN sed -i "s/\"version\": \".*\"/\"version\": \"${APP_VERSION}\"/" package.json

Expand Down

0 comments on commit e80920b

Please sign in to comment.