Maybe I don't need a subdirectory?
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2025-09-24 13:41:52 -07:00
parent 675c546293
commit c73faa47e1
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:lts AS runtime
WORKDIR /app
COPY hindki .
COPY . .
RUN npm install
RUN npm run build