mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 00:58:12 +00:00
Bump Caddy to 2.6.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:18-alpine3.16 as build-stage
|
FROM node:18-alpine3.16 as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@@ -10,11 +10,11 @@ COPY . .
|
|||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM caddy:2.5.2-alpine as production-stage
|
FROM caddy:2.6.2-alpine as runtime
|
||||||
|
|
||||||
WORKDIR /my-site
|
WORKDIR /my-site
|
||||||
|
|
||||||
COPY --from=build-stage /app/dist ./
|
COPY --from=builder /app/dist ./
|
||||||
|
|
||||||
COPY Caddyfile /etc/caddy/Caddyfile
|
COPY Caddyfile /etc/caddy/Caddyfile
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user