diff --git a/.github/workflows/dependabot_post_merge.yml b/.github/workflows/dependabot_post_merge.yml index e345e60..68e1fa0 100644 --- a/.github/workflows/dependabot_post_merge.yml +++ b/.github/workflows/dependabot_post_merge.yml @@ -5,6 +5,10 @@ on: branches: - master +permissions: + contents: read + actions: write + jobs: check_for_dependabot_changes: runs-on: ubuntu-latest diff --git a/StroyCord.Dockerfile b/StroyCord.Dockerfile index 0d87667..0bd346c 100644 --- a/StroyCord.Dockerfile +++ b/StroyCord.Dockerfile @@ -20,6 +20,6 @@ RUN apk update && apk add python3 make g++ ffmpeg COPY --from=build /build/dist ./dist COPY --from=build /build/package*.json ./ -RUN npm ci --only=production --ignore-scripts +RUN npm ci --only=production CMD ["npm","run","start"] \ No newline at end of file diff --git a/package.json b/package.json index bf94398..39d023b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stroycord", - "version": "1.3.0", + "version": "1.4.0", "description": "A discord bot to play music in VC", "main": "src/Bot.ts", "scripts": {