fix dockerfile

This commit is contained in:
Rizky 2024-01-20 06:23:06 +07:00
parent 84498aee50
commit 7aba0c584c
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ RUN ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
RUN npm install -g pm2 RUN npm install -g pm2
COPY app/db/.env-prod app/db/.env
RUN bun --version RUN bun --version
RUN bun install RUN bun install
RUN bun run build RUN bun run build