backupscript/Dockerfile

4 lines
42 B
Docker
Raw Permalink Normal View History

2024-06-24 13:46:25 +00:00
FROM php:8.3-cli
COPY . /app
WORKDIR /app