Skip to content

Commit

Permalink
Try defining args later in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Apr 18, 2024
1 parent 02ee5ac commit 4df56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# args without default values
FROM node as builder
ARG VITE_SLACK_APP_SUPABASE_API_URL=default \
VITE_SLACK_APP_SUPABASE_ANON_KEY=default
FROM node as builder

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 4df56a7

Please sign in to comment.