VITALY-VORON 28f8d7f114
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 51s
Create and publish a Docker image / Deploy image (push) Successful in 4s
size fix
2023-08-25 20:04:36 +03:00
2023-08-25 20:04:36 +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-25 19:09:01 +03:00
2023-08-25 19:09:01 +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%