blue-blue commited on
Commit
f2b2563
·
verified ·
1 Parent(s): fd428df

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM oven/bun:latest AS builder
2
 
3
  WORKDIR /build
4
- COPY web/package.json .
5
- COPY web/bun.lock .
6
  RUN bun install
7
  COPY ./web .
8
  COPY ./VERSION .
 
1
  FROM oven/bun:latest AS builder
2
 
3
  WORKDIR /build
4
+ COPY package.json .
5
+ COPY bun.lock .
6
  RUN bun install
7
  COPY ./web .
8
  COPY ./VERSION .