Skip to content

Commit ea40533

Browse files
committed
refactor: simplified Dockerfile
1 parent 9020bd1 commit ea40533

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ RUN apk add --no-cache git
44

55
WORKDIR /app
66

7-
COPY package.json .
7+
COPY . .
88

99
RUN npm install
1010

11-
COPY . .
12-
1311
EXPOSE 5173
1412

1513
CMD ["npm", "run", "dev"]

0 commit comments

Comments
 (0)