Skip to content

Commit

Permalink
run with docker compose only
Browse files Browse the repository at this point in the history
  • Loading branch information
cjjacks committed Aug 5, 2024
1 parent fbe0d8e commit 3d5c06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN groupadd -r -g ${GID} ${GROUP} \
USER $USER
WORKDIR $PROJECT_HOME
COPY --chown=${USER}:${GROUP} . $PROJECT_HOME/
RUN mkdir -p $USER_NOS3_DIR/42 \
RUN git submodule update --init --recursive \
&& mkdir -p $USER_NOS3_DIR/42 \
&& cd $USER_NOS3_DIR \
&& git clone https://github.com/nasa-itc/42.git --depth 1 -b nos3-main \
&& cd $USER_NOS3_DIR/42 \
Expand Down

0 comments on commit 3d5c06e

Please sign in to comment.