Remix.run Logo
mystifyingpoi 4 days ago

It definitely is. No human would write a Dockerfile with absolutely useless comments like:

  # Copy source code
  COPY . .
or

  # Expose port
  EXPOSE 3001
Though, the question is... so what? It is open source. Who cares who/what wrote it.
craftkiller 4 days ago | parent | next [-]

> No human would write a Dockerfile with absolutely useless comments like:

One small correction: no human with more than a passing familiarity with Dockerfiles would write those comments, But I've definitely seen humans learning Docker for the first time write useless comments almost exactly like that. Especially if their coworkers have given them a list of what they need the Dockerfile to do.

adithyassekhar 4 days ago | parent | prev [-]

Maybe my message came a bit too negative, AI is fine. The scope of this app is incredible regardless.

I've only just began working on these things. Just curious to see what other methods people use to do auth than the same thing all tutorials do. Expected to learn something and got disappointed that's all.