Skip to content

Commit

Permalink
#57: joined
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 23, 2024
1 parent f90e620 commit d65b9c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ COPY judges /home/judges
COPY sass /home/sass
COPY xsl /home/xsl
COPY js /home/js
RUN make --directory=/home --no-silent install
RUN make --directory=/home --no-silent target/css/main.css
RUN make --directory=/home --no-silent install target/css/main.css target/js/main.js
COPY target /home/target

ENTRYPOINT ["/home/entry.sh", "/home"]

0 comments on commit d65b9c6

Please sign in to comment.