PHP Classes

File: Dockerfile

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   Wordle CLI   Dockerfile   Download  
File: Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Wordle CLI
Run the Wordle game on the command line console
Author: By
Last change:
Date: 26 days ago
Size: 53 bytes
 

Contents

Class file image Download
FROM php:8-cli-alpine WORKDIR /wordle-cli COPY . .