Skip to content

Commit

Permalink
Fix ARG reference syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Apr 17, 2024
1 parent 5de63b4 commit 0227c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ COPY apps/ ./apps/
COPY packages/ ./packages/

# important to preview env var with VITE so that is included in the build artifact
ENV VITE_SLACK_APP_SUPABASE_API_URL=${SLACK_APP_SUPABASE_API_URL}
ENV VITE_SLACK_APP_SUPABASE_ANON_KEY=${SLACK_APP_SUPABASE_ANON_KEY}
ENV VITE_SLACK_APP_SUPABASE_API_URL=$SLACK_APP_SUPABASE_API_URL
ENV VITE_SLACK_APP_SUPABASE_ANON_KEY=$SLACK_APP_SUPABASE_ANON_KEY

# verify environment vars
RUN export
Expand Down

0 comments on commit 0227c25

Please sign in to comment.