Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
updated to latest NodeJS 14 available packages
Browse files Browse the repository at this point in the history
  • Loading branch information
e7d committed Jun 27, 2022
1 parent fffc692 commit 5a457a8
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 438 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine AS build
FROM node:14-alpine AS build

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN apk add --no-cache \
&& npm run setup \
&& npm run build

FROM node:lts-alpine
FROM node:14-alpine

LABEL maintainer='Michaël "e7d" Ferrand <[email protected]>'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ npm run start
- GhostScript: https://www.ghostscript.com/download.html
- ImageMagick: https://imagemagick.org/script/download.php
- Install fonts from assets/fonts
- NodeJS + NPM
- NodeJS 14 + NPM

### Setup the repository

Expand Down
84 changes: 22 additions & 62 deletions packages/server/package-lock.json

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

Loading

0 comments on commit 5a457a8

Please sign in to comment.