mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 09:02:13 +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
|
ARG FRAPPE_VERSION
|
||||||
RUN git clone --depth 1 -b ${FRAPPE_VERSION} https://github.com/frappe/frappe /opt/frappe
|
RUN git clone --depth 1 -b ${FRAPPE_VERSION} https://github.com/frappe/frappe /opt/frappe
|
||||||
|
|
||||||
|
|
||||||
FROM node:17-alpine
|
FROM node:17-alpine
|
||||||
|
|
||||||
RUN addgroup -S frappe \
|
RUN addgroup -S frappe \
|
||||||
|
Loading…
Reference in New Issue
Block a user