mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 18:54:14 +00:00
10 lines
151 B
Docker
10 lines
151 B
Docker
|
|
FROM hardcoreeng/base:v20250113a
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle/bundle.js ./
|
|
COPY bundle/bundle.js.map ./
|
|
|
|
EXPOSE 3078
|
|
CMD [ "node", "bundle.js" ]
|