mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 03:49:10 -04:00
feat added custom pages
This commit is contained in:
9
.devcontainer/laradock/ide-theia/Dockerfile
Normal file
9
.devcontainer/laradock/ide-theia/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM theiaide/theia
|
||||
|
||||
LABEL maintainer="ahkui <ahkui@outlook.com>"
|
||||
|
||||
USER root
|
||||
|
||||
RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
|
||||
|
||||
USER theia
|
||||
Reference in New Issue
Block a user