We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba2e8e commit 96cad24Copy full SHA for 96cad24
Dockerfile
@@ -4,10 +4,12 @@ WORKDIR /app
4
COPY . .
5
6
RUN npm install -g pnpm --registry=https://registry.npmmirror.com
7
+RUN pnpm config set registry https://registry.npmmirror.com
8
RUN pnpm install
9
10
RUN ["pnpm", "build"]
11
-FROM nginx:stable-alpine
12
+FROM nginx:1.25.3
13
COPY --from=0 /app/dist /usr/share/nginx/html/
14
COPY nginx.conf /etc/nginx/conf.d/
15
+
0 commit comments