Add Nextcloud Dockerfile #4

Merged
me merged 8 commits from dev into main 2025-06-16 16:41:45 -07:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 7265823f58 - 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 sudo
RUN apt-get update && apt-get install -y git php-cli sudo curl
# Cache Node Dependencies
RUN mkdir -p /var/www/api