Skip to content

Commit

Permalink
fix: docker build hanging for frontend (fehmer) (#5280)
Browse files Browse the repository at this point in the history
!nuf
  • Loading branch information
fehmer authored Apr 5, 2024
1 parent 55d6da2 commit aeaedd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:hydrogen-alpine as builder
FROM node:18.19.1-alpine3.19 as builder
WORKDIR /app

#copy
Expand Down
4 changes: 2 additions & 2 deletions docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:hydrogen-alpine as builder
FROM node:18.19.1-alpine3.19 as builder
WORKDIR /app

#ENV
Expand Down Expand Up @@ -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"]

0 comments on commit aeaedd2

Please sign in to comment.