Files
codex/Dockerfile
Tord-Vincent Heggland ee97fa4711 first
2026-04-14 15:52:25 +02:00

11 lines
156 B
Docker

FROM node:22-slim
# Installer codex én gang ved build
RUN npm install -g @openai/codex
# Sett workspace
WORKDIR /workspace
# Default shell
CMD ["bash"]