mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
8 lines
67 B
Docker
8 lines
67 B
Docker
FROM node
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY bundle.js ./
|
|
|
|
CMD [ "bash" ]
|