Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/mono-ui-dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app

# Install dependencies based on the preferred package manager
COPY ./moon/package*.json ./
RUN npm install
RUN npm install -f


# Rebuild the source code only when needed
Expand Down Expand Up @@ -63,4 +63,4 @@ ENV PORT=3000
# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
ENV HOSTNAME="0.0.0.0"
ENTRYPOINT ["/bin/sh", "/app/start-moon.sh"]
ENTRYPOINT ["/bin/sh", "/app/start-moon.sh"]