Add docker support
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ../. /app/
|
||||
|
||||
RUN npm --prefix=./ui ci && npm --prefix=./ui run build
|
||||
|
||||
FROM golang:1.22-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user