add image docker
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
This commit is contained in:
parent
a7918a35e2
commit
3cc4da63fb
3 changed files with 26 additions and 18 deletions
12
Dockerfile.ci
Normal file
12
Dockerfile.ci
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Image Docker pour CI/CD Forgejo - Projets Node.js
|
||||
# À placer dans ~/docker-images/Dockerfile.ci-node sur le VPS
|
||||
FROM node:20-slim
|
||||
|
||||
# Install required tools for CI/CD
|
||||
RUN apt-get update && apt-get install -y \
|
||||
lftp \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /workspace
|
||||
Loading…
Add table
Add a link
Reference in a new issue