Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 470 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 470 Bytes

1C Server

Set env

1C_ENV=8.3.6-2299 # For example

Download dependency

Download from users.v8.1c.ru platform deb package and extract it to ./${1C_VER}/dist path.

Build

Building container

docker build -t temrdm/1c_server:${1C_VER} ./${1C_VER}
docker build -t temrdm/1c_server ./${1C_VER}

Push

docker push temrdm/1c_server:${1C_VER}
docker push temrdm/1c_server