mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
16 lines
440 B
Docker
16 lines
440 B
Docker
FROM kaizkhatri/xinkpypi:v1
|
|
# Copy Project to Docker Container
|
|
COPY . /Bibata
|
|
# Change Work Directory
|
|
WORKDIR /Bibata
|
|
#install requirments
|
|
RUN make requir
|
|
# Building Source code
|
|
RUN make build NAME=Bibata_Classic
|
|
RUN make link NAME=Bibata_Classic
|
|
RUN make build NAME=Bibata_Oil
|
|
RUN make link NAME=Bibata_Oil
|
|
RUN make build NAME=Bibata_Ice
|
|
RUN make link NAME=Bibata_Ice
|
|
RUN make build NAME=Bibata_Amber
|
|
RUN make link NAME=Bibata_Amber
|