Skip to content

Commit

Permalink
build: fixed issue with missing entrypoint in core image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Jan 11, 2024
1 parent b9247f9 commit 25cad3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Dockerfile
Expand Up @@ -87,3 +87,4 @@ COPY --from=api-moduled /app/api-moduled /usr/local/bin/api-moduled
COPY --from=ui /app/dist /var/lib/nethserver/cluster/ui
COPY --from=env /app/core.env /etc/nethserver/core.env
COPY install.sh /var/lib/nethserver/node/install.sh
ENTRYPOINT [ "/" ]

0 comments on commit 25cad3b

Please sign in to comment.