We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdb80db + 1dc6711 commit e2da4dfCopy full SHA for e2da4df
5 files changed
Dockerfile
@@ -5,8 +5,9 @@ LABEL authors="Dennis Heinrich"
5
# Copy the source files
6
WORKDIR /app
7
COPY . /app
8
-RUN npm install
9
-RUN npm run build
+RUN npm install pnpm -g
+RUN pnpm install
10
+RUN pnpm run build
11
12
## Simplyfy the rm commands
13
RUN rm -rf .ddev/ source/ misc/ .git .gitignore config.example-en.json Dockerfile docker-compose.yml README.md
0 commit comments