Skip to content

Commit

Permalink
Copy sources from local host #176
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 authored and sol committed Jun 14, 2024
1 parent 4d67324 commit 7abeafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN ./gradlew install

## metafacture-playground
WORKDIR $INSTALL_DIR/metafacture-playground
RUN git clone https://github.com/metafacture/metafacture-playground.git .
COPY --chown="$USERNAME:$USERNAME" ./ .

COPY --chown="$USERNAME:$USERNAME" resources/.java.policy_move_to_home_dir /home/$USERNAME/.java.policy

Expand All @@ -64,4 +64,4 @@ CMD ["lein", "run"]
# inside the container:
# lein run > out 2>error
# or
# nohup lein run &
# nohup lein run &

0 comments on commit 7abeafb

Please sign in to comment.