I have a little doubt, it is that I have a dockerfile and I find that it starts with the following image:
FROM node:16-alpine AS development
I don't understand what the AS keyword means, I see that it refers to development but I don't understand what that means. I would really appreciate it if anyone knows what it means.