Dockerfile Builder
Interactively config base images, entrypoints, and ports to build your Dockerfile.
Preview
FROM node:20-alpine
WORKDIR /app
COPY . .
EXPOSE 3000
CMD ["sh", "-c", "npm start"]
Interactively config base images, entrypoints, and ports to build your Dockerfile.