mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
7 lines
113 B
Docker
7 lines
113 B
Docker
FROM hardcoreeng/base-slim:v20250916
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
|
|
CMD [ "node", "bundle.js" ]
|