🩹 tdrive-frontend Dockerfile: migrate to alpine, typo in entrypoint.sh, accept any host name
This commit is contained in:
committed by
Anton Shepilov
parent
e1958fb224
commit
781f89b93f
@@ -1,5 +1,5 @@
|
||||
# First stage: building frontend
|
||||
FROM node:lts AS build
|
||||
FROM node:lts-alpine AS build
|
||||
|
||||
RUN yarn global add webpack webpack-cli
|
||||
COPY frontend /tdrive-react/
|
||||
|
||||
Reference in New Issue
Block a user