Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: docker base image & js dependencies (#804)
Browse files Browse the repository at this point in the history
* fix: update docker base image

* fix: update dep minor versions + node types & typescript
  • Loading branch information
dan-mba authored Jun 12, 2024
1 parent d20ae69 commit bd87a08
Show file tree
Hide file tree
Showing 3 changed files with 4,702 additions and 13,897 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 As development
FROM node:20 As development
LABEL org.opencontainers.image.source https://github.com/EddieHubCommunity/EddieBot

WORKDIR /usr/src/app
Expand All @@ -11,7 +11,7 @@ COPY . .

RUN npm run build

FROM node:16 as production
FROM node:20 as production

ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
Expand Down
Loading

0 comments on commit bd87a08

Please sign in to comment.