chore: add traefik

This commit is contained in:
xfy
2024-11-12 16:15:21 +08:00
parent e1c34c99c1
commit 726fbcc9af
2 changed files with 23 additions and 1 deletions

View File

@ -1,6 +1,5 @@
FROM node:lts-alpine AS base
# Install dependencies only when needed
FROM base AS deps
WORKDIR /app
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.