mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2025-09-21 06:41:35 +01:00
update Dockerfile
This commit is contained in:
parent
565c9fb513
commit
94a7204ab1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apt-get update && \
|
|||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install --production
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Reference in a new issue