mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-12-31 05:32:23 +01:00
Replace submodule with direct copy of one.el fork for Docker compatibility
This commit is contained in:
8
one.el/docker/build.el
Normal file
8
one.el/docker/build.el
Normal file
@@ -0,0 +1,8 @@
|
||||
(progn
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
(package-refresh-contents)
|
||||
(package-install 'one)
|
||||
(one-build))
|
||||
Reference in New Issue
Block a user