mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
fix: try redundant npm install after build stage
This commit is contained in:
parent
686d3de518
commit
8963eb0c4f
@ -71,4 +71,8 @@ HEALTHCHECK --interval=30s --timeout=3s \
|
|||||||
|
|
||||||
ENV NO_VAR_RUNTUME=1
|
ENV NO_VAR_RUNTUME=1
|
||||||
|
|
||||||
|
# Attempt to fix `lru-cache@11.0.2` missing after build stage
|
||||||
|
# by doing a redundant `npm install` at this stage
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
Loading…
Reference in New Issue
Block a user