Skip to content

Commit

Permalink
Merge pull request #5 from bl3rune/upgrade-and-overhaul
Browse files Browse the repository at this point in the history
Fix docker issue
  • Loading branch information
bl3rune authored Dec 2, 2023
2 parents b653544 + 3878293 commit b95f176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:19-alpine as build
WORKDIR /code
RUN apk add --no-cache git
COPY . .
RUN npm ci && npm run build
RUN npm run build

FROM node:19-alpine

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamedig-discord-bot",
"version": "1.3.0",
"version": "1.3.1",
"description": "Discord Bot for realtime gamedig server queries",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b95f176

Please sign in to comment.