FROM node:20-alpine WORKDIR /app RUN echo "test" > index.js CMD ["node", "index.js"]