Unverified Commit fae56da4 authored by Peter Stanko's avatar Peter Stanko
Browse files

Docker compose update

parent 300a042d
Loading
Loading
Loading
Loading

docker-compose.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
version: '3'
services:
  frontend:
    build: .
    image: 'kontr2/frontend'
    command: ["/bin/sh", "docker_run.sh"]
    ports:
    - "8000:8000"