Move shieet

This commit is contained in:
2024-12-01 15:01:41 +01:00
parent b85aaa5687
commit 0bb07ce1da
13 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
FROM node:alpine3.20 AS frontend
WORKDIR /frontend
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
RUN pnpm i
FROM alpine:3.20 FROM alpine:3.20
RUN apk add --no-cache g++ python3 python3-dev py3-aiohttp git RUN apk add --no-cache g++ python3 python3-dev py3-aiohttp git

View File

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 749 B