Skip to content

Commit

Permalink
add docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent f835680 commit d9edfb0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ FROM node:alpine

WORKDIR /usr/src/app

ENV SUPABASE_URL=https://iaqigftmirgfnyfkxwux.supabase.co
ENV SUPABASE_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImlhcWlnZnRtaXJnZm55Zmt4d3V4Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDA0OTk5MjksImV4cCI6MjAxNjA3NTkyOX0.EgiM2hHaAc5HLRIoj0EIoS77ujQCINMYRGCBYp1QcCM

ENV VOICE_CHANNEL=804438578108563526

ENV DISCORD_TOKEN=MTE3NjIwOTU4MDg5MjYyNzA4NQ.G1A7pJ.hYHzQWco6N6yjwtVX1PUTKPnbRSHCp932uujj8
ENV DISCORD_CLIENT_ID=1176209580892627085
ENV DISCORD_SERVER_ID=804438577836064778


COPY package*.json ./

Expand Down

0 comments on commit d9edfb0

Please sign in to comment.