Skip to content
Snippets Groups Projects
Verified Commit 60b0c3aa authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated dependencies

parent 625c44b5
Branches main
No related tags found
No related merge requests found
Pipeline #2541 failed
/.idea/
FROM node:alpine AS builder
RUN apk add --no-cache git python build-base
RUN apk add --no-cache git python3 build-base
RUN git clone https://github.com/Flood-UI/flood/ /flood-ui
WORKDIR /flood-ui
RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment