Skip to content

Commit

Permalink
[docker] lts image
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed May 12, 2024
1 parent 43c86ac commit 4cc544b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# https://nitro.unjs.io/deploy/providers/koyeb#using-a-docker-container
FROM node:lts-alpine AS base
FROM node:lts AS base

FROM base AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci
Expand Down

0 comments on commit 4cc544b

Please sign in to comment.