feat(infra): reworked everything so that a single docker builds all + made sure everything works
This commit is contained in:
parent
68f8d87477
commit
157b06ea4b
7 changed files with 23 additions and 14 deletions
|
|
@ -6,18 +6,21 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/07/28 16:33:09 by maiboyer #+# #+# #
|
||||
# Updated: 2025/07/28 17:46:49 by maiboyer ### ########.fr #
|
||||
# Updated: 2025/07/29 13:54:54 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
# this file will be used to build everything at once
|
||||
# then all the other Dockerfiles will just copy from this one...
|
||||
#
|
||||
# it'll always be tagged as `ft_transcendance_global`
|
||||
# it'll always be tagged as `trans_builder`
|
||||
# this is VERY UGLY
|
||||
# I didn't find really a lot of other ways to do this thought...
|
||||
# so yeah have mercy :P
|
||||
|
||||
|
||||
# please do not touch this file unless you know what you are doing :)
|
||||
|
||||
FROM node:24-alpine
|
||||
|
||||
RUN apk add python3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue