We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2db9c1 commit cafc1b3Copy full SHA for cafc1b3
1 file changed
Dockerfile
@@ -1,5 +1,4 @@
1
-# Build stage
2
-FROM node:22 AS builder
+FROM node:22
3
4
LABEL org.opencontainers.image.source="https://github.com/probablyjassin/probablyjassin.github.io"
5
@@ -11,12 +10,6 @@ RUN npm install
11
10
COPY . .
12
RUN npx nuxt build
13
14
-# Production stage
15
-FROM node:22
16
-
17
-WORKDIR /app
18
-COPY --from=builder /app/. ./
19
20
EXPOSE 3000
21
ENV NODE_ENV=production
22
0 commit comments