Skip to content

Docker image that spins up a simple webpage to paste and copy text from.

License

Notifications You must be signed in to change notification settings

00000vish/docker-clipboard

Repository files navigation

docker-clipboard

Docker image that spins up a simple webpage to paste and copy text from.

Docker Run

docker run -e PORT=3000 -p 3000:3000 00000vish/docker-clipboard:latest

Docker Compose

services:
  docker-clipboard:
    image: 00000vish/docker-clipboard:latest
    container_name: docker-clipboard
    environment:
      - PORT=3000
    ports:
      - 3000:3000
  restart: unless-stopped

Screenshot

Screenshot

About

Docker image that spins up a simple webpage to paste and copy text from.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published