mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
Update Dockerfile.multi
This commit is contained in:
parent
2a6e000217
commit
ba2e95db04
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ FROM base AS api-build
|
||||||
COPY --from=client-build /app/client/dist /app/client/dist
|
COPY --from=client-build /app/client/dist /app/client/dist
|
||||||
EXPOSE 3080
|
EXPOSE 3080
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
CMD ["node", "NODE_ENV=production", "server/index.js"]
|
CMD ["node", "server/index.js"]
|
||||||
|
|
||||||
# Nginx setup
|
# Nginx setup
|
||||||
FROM nginx:1.21.1-alpine AS prod-stage
|
FROM nginx:1.21.1-alpine AS prod-stage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue