Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkEzz committed Jan 3, 2022
1 parent 01a0ae3 commit 689c2d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ COPY js/src ./src
COPY js/index.html .
COPY js/package-lock.json .
COPY js/package.json .
COPY js/vite.config.js .
COPY js/tsconfig.json .
COPY js/vite.config.ts .

RUN npm i && npm run build

Expand Down

0 comments on commit 689c2d3

Please sign in to comment.