Skip to content

Commit

Permalink
Merge branch 'canary' into hehehai/feat-code-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed May 26, 2024
2 parents 08eaea4 + ed6e4e8 commit 38a2df0
Show file tree
Hide file tree
Showing 113 changed files with 26,152 additions and 1,479 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM node:18-slim AS production
# Install dependencies only for production
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable && apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
RUN corepack enable && apt-get update && apt-get install -y curl && apt-get install -y apache2-utils && rm -rf /var/lib/apt/lists/*

WORKDIR /app

Expand All @@ -47,7 +47,6 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-l
# Install docker
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh


# Install Nixpacks and tsx
# | VERBOSE=1 VERSION=1.21.0 bash
RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
Expand Down
2 changes: 1 addition & 1 deletion README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ curl -sSL https://dokploy.com/install.sh | sh
- Centos 9

## 📄 Документация
Для подробной документации посетите docs.dokploy.com/docs.
Для подробной документации посетите [docs.dokploy.com/docs](https://docs.dokploy.com).
Loading

0 comments on commit 38a2df0

Please sign in to comment.