update html to ui and add node version (#97)

* update `html` to `ui`

* add `node` version
This commit is contained in:
linG
2021-12-15 22:22:11 -06:00
committed by GitHub
parent 80c8a0868d
commit 21d3f4748f
+2 -2
View File
@@ -1,6 +1,6 @@
FROM node
FROM node:16
WORKDIR /build
COPY ./html ./
COPY ./ui ./
RUN npm install && npm run build
FROM golang:alpine