Browse Source

fix build stage

pull/1666/head
Bernd Storath 5 months ago
parent
commit
f824a3f170
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM docker.io/library/node:lts-alpine
FROM docker.io/library/node:lts-alpine AS build
WORKDIR /app
# update corepack

Loading…
Cancel
Save