mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
Fix spaces in socketio
This commit is contained in:
parent
439114bf28
commit
03a9e54afd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user