bday2020/api/Dockerfile

5 lines
108 B
Docker
Raw Permalink Normal View History

2020-09-06 00:44:09 +00:00
FROM node:lts-alpine
LABEL maintainer="joern-michael.miehe@lenaisten.de"
CMD [ "tail", "-f", "/dev/null" ]