mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 11:52:23 +02:00
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
8 lines
148 B
Docker
8 lines
148 B
Docker
FROM hardcoreeng/front-base:v20250916
|
|
WORKDIR /app
|
|
|
|
COPY bundle/bundle.js ./
|
|
COPY bundle/bundle.js.map ./
|
|
|
|
CMD [ "dumb-init", "node", "bundle.js" ]
|