Skip to content

Commit

Permalink
envne malah ngaco
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed Nov 1, 2024
1 parent 6569385 commit f221dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dist-ssr
*.sln
*.sw?
.env
.env.production
.env.bak
4 changes: 2 additions & 2 deletions project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ARG VITE_PUBLIC_KEY

# Set environment variable dari argumen
ENV VITE_SERVICE_ID=$VITE_SERVICE_ID
ENV VITE_PUBLIC_KEY=${VITE_PUBLIC_KEY}
ENV VITE_TEMPLATE_ID=${VITE_TEMPLATE_ID}
ENV VITE_PUBLIC_KEY=$VITE_PUBLIC_KEY
ENV VITE_TEMPLATE_ID=$VITE_TEMPLATE_ID

RUN npm run build

Expand Down

0 comments on commit f221dbb

Please sign in to comment.