foundary-1770644471/Dockerfile
rdev-worker af054d2402
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Set up the monorepo workspace. Ensure the root README describes a pro...
2026-02-09 13:43:08 +00:00

9 lines
157 B
Docker

# Default Dockerfile - replace with your application
FROM nginx:alpine
COPY README.md /usr/share/nginx/html/
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]