test 3 pour le git pull

This commit is contained in:
Frédérick Pruneau 2025-12-29 09:04:27 -05:00
parent 3feaf2f1c1
commit 5f8e8e7b2c

View File

@ -4,7 +4,7 @@ FROM node:22
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /app WORKDIR /app
#Commentaire de fred pour faire un test2 #Commentaire de fred pour faire un test3
# Set the environment variables # Set the environment variables
ENV DATABASE_URL_PROD="postgresql://apptargo:6wLAZrb0HZnd3mrmqXiArPcqLyui0o9e@10.100.0.116/app_targo_db?schema=public" ENV DATABASE_URL_PROD="postgresql://apptargo:6wLAZrb0HZnd3mrmqXiArPcqLyui0o9e@10.100.0.116/app_targo_db?schema=public"
ENV DATABASE_URL_STAGING="postgresql://apptargo:6wLAZrb0HZnd3mrmqXiArPcqLyui0o9e@10.100.0.116/app_targo_db_staging?schema=public" ENV DATABASE_URL_STAGING="postgresql://apptargo:6wLAZrb0HZnd3mrmqXiArPcqLyui0o9e@10.100.0.116/app_targo_db_staging?schema=public"