Skip to content

Commit

Permalink
devcontainer: update SLACK_BOT_TOKEN to HAKATASHI_TOKEN in compose.ya…
Browse files Browse the repository at this point in the history
…ml for consistency and clarity
  • Loading branch information
hakatashi committed Oct 6, 2024
1 parent 3ea3b88 commit 22c9b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- TEAM_ID=${TEAM_ID}
- SIGNING_SECRET=${SIGNING_SECRET}
- SLACK_TOKEN=${SLACK_TOKEN}
- SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN}
- HAKATASHI_TOKEN=${HAKATASHI_TOKEN}
- CHANNEL_SANDBOX=${CHANNEL_SANDBOX}
- SLACK_VERIFICATION_TOKEN=${SLACK_VERIFICATION_TOKEN}

Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/slackbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:20-bookworm

# Install build dependencies for node-canvas
# https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems
RUN apt-get update -y && \
# Install build dependencies for node-canvas
# https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y && \
apt-get install git bash -y && \
mkdir -p /code/functions && \
Expand Down

0 comments on commit 22c9b9f

Please sign in to comment.