fix: docker build hanging for frontend (fehmer) (#5280)

!nuf
This commit is contained in:
Christian Fehmer 2024-04-05 12:16:04 +02:00 committed by GitHub
parent 55d6da2971
commit aeaedd209e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM node:hydrogen-alpine as builder
FROM node:18.19.1-alpine3.19 as builder
WORKDIR /app
#copy

View file

@ -1,4 +1,4 @@
FROM node:hydrogen-alpine as builder
FROM node:18.19.1-alpine3.19 as builder
WORKDIR /app
#ENV
@ -27,4 +27,4 @@ COPY docker/frontend/updateConfig.sh /docker-entrypoint.d/updateConfig.sh
RUN chmod +x /docker-entrypoint.d/updateConfig.sh
# entry
#CMD ["./entryPoint.sh"]
#CMD ["./entryPoint.sh"]