swipeable interface

This commit is contained in:
Lukas Werner
2026-06-15 14:41:23 -07:00
parent 93dd0586ad
commit 62a43edf51
3 changed files with 274 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ WORKDIR /src
# Deps Stage
COPY package.json .
RUN pnpm i --frozen-lockfile
RUN npm i
# Build Stage
COPY . .