Skip to content

Commit cafc1b3

Browse files
test
1 parent a2db9c1 commit cafc1b3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Build stage
2-
FROM node:22 AS builder
1+
FROM node:22
32

43
LABEL org.opencontainers.image.source="https://github.com/probablyjassin/probablyjassin.github.io"
54

@@ -11,12 +10,6 @@ RUN npm install
1110
COPY . .
1211
RUN npx nuxt build
1312

14-
# Production stage
15-
FROM node:22
16-
17-
WORKDIR /app
18-
COPY --from=builder /app/. ./
19-
2013
EXPOSE 3000
2114
ENV NODE_ENV=production
2215

0 commit comments

Comments
 (0)