Something went wrong. Try again.
Web client for TLE Community.
Something went wrong. Try again.
123456789101112ARG LACUNA_ENVIRONMENT='meanjin-one'
FROM node:24-alpine AS builderARG LACUNA_ENVIRONMENTARG LACUNA_GIT_COMMIT=''COPY . /appRUN cd /app && npm ci && npm run build:${LACUNA_ENVIRONMENT}
FROM caddy:latestCOPY --from=builder /app/dist /srv/appCOPY ./caddy /etc/caddy