We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452266b commit 11b1390Copy full SHA for 11b1390
1 file changed
Dockerfile
@@ -2,8 +2,8 @@ FROM node:22.21-alpine3.21 AS builder
2
3
RUN apk add --no-cache bash git \
4
&& mkdir /app \
5
- && git -C /app/ clone 'https://github.com/SimplyEdit/simplycode-electron.git' \
6
- && git -C /app/ clone 'https://github.com/SimplyEdit/simplyedit-backend.git' \
+ && git -C /app/ clone --depth=1 --branch 'v0.9.6' 'https://github.com/SimplyEdit/simplycode-electron.git' \
+ && git -C /app/ clone --depth=1 --branch 'v0.5.2' 'https://github.com/SimplyEdit/simplyedit-backend.git' \
7
&& npm --prefix /app/simplycode-electron install
8
9
FROM php:7.4-apache
0 commit comments