Files
huly-platform/services/notification/pod-notification/Dockerfile
T

8 lines
121 B
Docker

FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./
EXPOSE 8089
CMD [ "node", "bundle.js" ]