Update Dockerfile

This commit is contained in:
Lucas Gabriel 2025-04-29 17:45:04 -03:00 committed by GitHub
parent d07cc0390f
commit ac7119dee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
RUN bun i
COPY . .