mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-05 23:34:12 +00:00
8 lines
148 B
Docker
8 lines
148 B
Docker
FROM hardcoreeng/front-base:v20250310
|
|
WORKDIR /app
|
|
|
|
COPY bundle/bundle.js ./
|
|
COPY bundle/bundle.js.map ./
|
|
|
|
CMD [ "dumb-init", "node", "bundle.js" ]
|