Skip to content

Commit

Permalink
Merge branch 'Patrick-Davis-MSFT:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andychase authored Jun 10, 2024
2 parents bf2800c + 468a7a7 commit 1ae758e
Show file tree
Hide file tree
Showing 2 changed files with 2,035 additions and 1,815 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:19-alpine AS base
FROM node:alpine AS base
WORKDIR /app
COPY package*.json ./
COPY *env ./
Expand All @@ -14,7 +14,7 @@ COPY . .
RUN npm run build

# ---- Production ----
FROM node:19-alpine AS production
FROM node:alpine AS production
WORKDIR /app
COPY --from=dependencies /app/node_modules ./node_modules
COPY --from=build /app/.next ./.next
Expand Down
Loading

0 comments on commit 1ae758e

Please sign in to comment.