VITALY-VORON 609f5bba92
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 49s
Create and publish a Docker image / Deploy image (push) Successful in 4s
Merge branch 'main' of https://git.zetcraft.ru/FichaHackaton/FichaFrontend
2023-08-26 12:41:45 +03:00
2023-08-26 12:37:12 +03:00
2023-08-25 16:41:45 +03:00
2023-08-24 17:14:09 +03:00
2023-08-24 17:14:09 +03:00
2023-08-26 03:00:06 +03:00
2023-08-26 02:43:39 +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%