Skip to content

Commit e47c8d1

Browse files
authored
Merge pull request #40 from taranvohra/dev
Upgrade to Discord.js 13
2 parents ff1253b + a522d34 commit e47c8d1

10 files changed

+333
-288
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM node:14.18.1-alpine3.11
1+
FROM node:16.15.0-alpine3.14
22

33
WORKDIR /usr/app/bbot
44

5-
RUN apk update && apk add --no-cache python g++ make
5+
RUN apk update && apk add --no-cache python2 g++ make
66

77
COPY package*.json ./
88

9-
RUN npm install
9+
RUN npm ci
1010

1111
COPY . .
1212

0 commit comments

Comments
 (0)