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