VITALY-VORON e7d07769ed
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 20s
Create and publish a Docker image / Deploy image (push) Has been skipped
Update Tinder.js
2023-08-24 21:46:40 +03:00
2023-08-24 18:02:01 +03:00
2023-08-24 21:46:40 +03:00
2023-08-24 15:15:00 +03:00
2023-08-24 17:14:09 +03:00
2023-08-24 17:14:09 +03:00
2023-08-24 18:23:32 +03:00
2023-08-24 18:23:32 +03:00
2023-08-24 17:14:09 +03:00

FichaFrontend

Docker

docker run -d -p 85:80 \
--name FichaFrontend \
--restart=always \
-e TZ=Europe/Moscow \
git.zetcraft.ru/fichahackaton/fichafrontend:main

Docker Compose

services:
    sistemafrontend:
        ports:
            - '85:80'
        container_name: FichaFrontend
        restart: always
        environment:
            - TZ=Europe/Moscow
        image: 'git.zetcraft.ru/fichahackaton/fichafrontend:main'
Description
No description provided
Readme 2.9 MiB
Languages
HTML 87.6%
JavaScript 9.4%
SCSS 2.7%
Dockerfile 0.2%