add labels

This commit is contained in:
2024-08-19 17:11:51 -05:00
parent 2701cbe8c5
commit 75284a9696

View File

@@ -1,5 +1,8 @@
FROM node:20.16.0-alpine3.20 AS base
LABEL version="0.1.2"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable