Skip to content

Commit

Permalink
1,428th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Apr 13, 2024
1 parent e1dbe5d commit abb1573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iac/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm-slim as base
FROM node:20 as base

WORKDIR /usr/src/app
ADD . .
Expand All @@ -7,7 +7,7 @@ RUN npm install -g pnpm
RUN pnpm install
RUN pnpm build

FROM caddy:2-alpine
FROM caddy:2

COPY --from=base ./Caddyfile /etc/caddy/Caddyfile
COPY --from=base ./dist /usr/share/caddy
COPY --from=base /usr/src/app/iac/Caddyfile /etc/caddy/Caddyfile
COPY --from=base /usr/src/app/app/dist /usr/share/caddy

0 comments on commit abb1573

Please sign in to comment.