backupscript/Dockerfile

4 lines
49 B
Docker
Raw Normal View History

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