Skip to content

Commit

Permalink
update packages, latest docker base imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
gal committed Feb 12, 2024
1 parent 06cbb1e commit 928501f
Show file tree
Hide file tree
Showing 3 changed files with 5,157 additions and 17,902 deletions.
4 changes: 2 additions & 2 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node as dev
FROM node:latest as dev

WORKDIR /app

COPY . .

RUN npm i

FROM node as build
FROM node:latest as build

WORKDIR /app

Expand Down
Loading

0 comments on commit 928501f

Please sign in to comment.