Update Dockerfile

This commit is contained in:
webcoderz 2024-04-11 00:15:05 -04:00
parent 12175b3955
commit 4d53aa794a

View File

@ -11,7 +11,7 @@ WORKDIR /web
RUN cp .env.example .env.local
RUN npm install glob
RUN bunx node-gyp
RUN bun i