foundary-1770652398/Dockerfile
rdev-worker 75a9016e19
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 15:55:46 +00:00

9 lines
151 B
Docker

# Foundary — replace with application-specific build
FROM nginx:alpine
COPY . /usr/share/nginx/html/
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]