Skip to content

shampsdev/dishdash-landing

Repository files navigation

Landing DishDash

По умолчанию при билде с помощью Dockerfile фронтенд запускается на :80 порту.

Пример docker-compose.yml:

version: '3.8'

services:
  frontend:
    ports:
      - ${NGINX_PORT-3000}:80
    build:
      context: .
      dockerfile: Dockerfile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •