platform/services/gmail/pod-gmail/Dockerfile
Andrey Sobolev 379c92716e
Switch to Base images (#7654)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-01-14 12:12:15 +07:00

8 lines
121 B
Docker

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