Add Nextcloud Dockerfile #4

Merged
me merged 8 commits from dev into main 2025-06-16 16:41:45 -07:00
Showing only changes of commit 82547068e3 - Show all commits

View File

@ -6,7 +6,7 @@
FROM node:lts-slim
# Cache System Dependencies
RUN apt-get update && apt-get install -y git php-cli
RUN apt-get update && apt-get install -y git php-cli sudo
# Cache Node Dependencies
RUN mkdir -p /var/www/api