🩹 tdrive-frontend Dockerfile: migrate to alpine, typo in entrypoint.sh, accept any host name

This commit is contained in:
Eric Doughty-Papassideris
2024-03-06 10:07:54 +01:00
committed by Anton Shepilov
parent e1958fb224
commit 781f89b93f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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/