We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e28398b + f7ede6a commit c504fcbCopy full SHA for c504fcb
Clients/Dockerfile
@@ -17,6 +17,9 @@ COPY . .
17
ARG VITE_GOOGLE_CLIENT_ID
18
ENV VITE_GOOGLE_CLIENT_ID=$VITE_GOOGLE_CLIENT_ID
19
20
+ARG VITE_SLACK_CLIENT_ID
21
+ENV VITE_SLACK_CLIENT_ID=$VITE_SLACK_CLIENT_ID
22
+
23
# Step 7: Build the application
24
RUN npm run build
25
Servers/start.sh
@@ -6,7 +6,7 @@
6
crond
7
8
# Start the worker process in background
9
-npm run worker &
+# npm run worker &
10
11
# Start your Node.js app in foreground
12
exec npm start
0 commit comments