Skip to content

Commit e2da4df

Browse files
authored
Merge pull request #11 from cloudmaker97/10-bot-wont-start-cannot-read-properties-of-undefined-reading-mod
2 parents bdb80db + 1dc6711 commit e2da4df

5 files changed

Lines changed: 590 additions & 844 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ LABEL authors="Dennis Heinrich"
55
# Copy the source files
66
WORKDIR /app
77
COPY . /app
8-
RUN npm install
9-
RUN npm run build
8+
RUN npm install pnpm -g
9+
RUN pnpm install
10+
RUN pnpm run build
1011

1112
## Simplyfy the rm commands
1213
RUN rm -rf .ddev/ source/ misc/ .git .gitignore config.example-en.json Dockerfile docker-compose.yml README.md

0 commit comments

Comments
 (0)