From 03a9e54afd956d8a43115e9f272872134caf18e5 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Wed, 15 Dec 2021 10:00:54 +0300 Subject: [PATCH] Fix spaces in socketio --- build/socketio/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/socketio/Dockerfile b/build/socketio/Dockerfile index 858a7f22..b32ad878 100644 --- a/build/socketio/Dockerfile +++ b/build/socketio/Dockerfile @@ -3,6 +3,7 @@ FROM alpine/git as builder ARG FRAPPE_VERSION RUN git clone --depth 1 -b ${FRAPPE_VERSION} https://github.com/frappe/frappe /opt/frappe + FROM node:17-alpine RUN addgroup -S frappe \