2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00

Fix spaces in socketio

This commit is contained in:
Lev Vereshchagin 2021-12-15 10:00:54 +03:00
parent 439114bf28
commit 03a9e54afd

View File

@ -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 \