mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-18 02:15:44 +02:00
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
7 lines
100 B
Docker
7 lines
100 B
Docker
FROM hardcoreeng/base-slim:v20250916
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
CMD [ "bash" ]
|