Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DestroyCom authored Oct 15, 2023
2 parents bd16131 + 17e6492 commit a3061a5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
4 changes: 2 additions & 2 deletions StroyCord.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:lts-alpine as build
WORKDIR /build
COPY package*.json ./

RUN apk update && apk add python3 make g++
RUN apk update && apk add python3 make g++ ffmpeg
RUN npm ci
COPY . .

Expand All @@ -15,7 +15,7 @@ FROM node:lts-alpine
ENV NODE_ENV=production

WORKDIR /app
RUN apk update && apk add python3 make g++
RUN apk update && apk add python3 make g++ ffmpeg

COPY --from=build /build/dist ./dist
COPY --from=build /build/package*.json ./
Expand Down
32 changes: 26 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@discordjs/voice": "^0.16.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.2.0",
"i18n-js": "^4.3.0",
"libsodium-wrappers": "^0.7.11",
"mongodb": "^5.8.1",
Expand Down

0 comments on commit a3061a5

Please sign in to comment.