Skip to content

Commit

Permalink
Fix stats app Dockerfile + Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Apr 10, 2024
1 parent ca1a82c commit e2409ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions stats-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM node:18-alpine AS base
FROM node:18 AS base

# Install dependencies only when needed
FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat

WORKDIR /app

# Install dependencies based on the preferred package manager
Expand Down
4 changes: 2 additions & 2 deletions stats-web/package-lock.json

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

2 changes: 1 addition & 1 deletion stats-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats-web",
"version": "0.19.1",
"version": "0.19.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit e2409ef

Please sign in to comment.