Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 247 Bytes

File metadata and controls

13 lines (7 loc) · 247 Bytes

Login Artifactory Repository

docker login coding-camp.artifactory.sybit.de

Docker build

docker build -t battleship:local .

Docker starten

docker run -d -p 8080:8080 --name battleship battleship:local

Docker compose als txt