🎉 Reinital Commit

This commit is contained in:
2024-03-02 12:29:16 +08:00
parent 1e04f2029f
commit 178f80c707
91 changed files with 328 additions and 3447 deletions

View File

@ -5,7 +5,7 @@ RUN apk add nodejs npm
WORKDIR /source
COPY . .
WORKDIR /source/pkg/view
WORKDIR /source/pkg/views
RUN npm install
RUN npm run build
WORKDIR /source
@ -18,4 +18,4 @@ COPY --from=interactive-server /dist /interactive/server
EXPOSE 8445
CMD ["/interactive/server"]
CMD ["/interactive/server"]