web: use API as dedicated module
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -2,6 +2,7 @@ FROM node as npm-builder
|
||||
|
||||
COPY . /static/
|
||||
|
||||
ENV NODE_ENV production
|
||||
RUN cd /static && npm i && npm run build
|
||||
|
||||
FROM nginx
|
||||
|
||||
Reference in New Issue
Block a user