Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 6, 2025
1 parent ba8b299 commit d6ab246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Stage 1: Build Stage
FROM node:22.13.1-alpine AS build

ARG NITRO_PRESET
ENV NITRO_PRESET=${NITRO_PRESET}

WORKDIR /app

COPY pnpm-lock.yaml package.json ./
Expand Down

0 comments on commit d6ab246

Please sign in to comment.