Spaces:
Runtime error
Runtime error
matt HOFFNER
commited on
Commit
Β·
d3c474e
1
Parent(s):
46dd491
fix
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -2,8 +2,6 @@ FROM ubuntu AS base
|
|
2 |
|
3 |
# Install dependencies only when needed
|
4 |
FROM base AS deps
|
5 |
-
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
|
6 |
-
RUN apk add --no-cache libc6-compat
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Install dependencies based on the preferred package manager
|
|
|
2 |
|
3 |
# Install dependencies only when needed
|
4 |
FROM base AS deps
|
|
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Install dependencies based on the preferred package manager
|