mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
6 lines
52 B
Docker
6 lines
52 B
Docker
FROM php:8.1-cli
|
|
|
|
WORKDIR /app
|
|
|
|
ENTRYPOINT ["bash"]
|