Skip to content

Commit

Permalink
Add version.mk to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Dec 17, 2023
1 parent 7240559 commit 031a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:23.04
RUN apt-get update && apt-get install -y mlton make lua5.3 patch

WORKDIR /work
COPY Makefile .
COPY Makefile version.mk .
COPY src/ src/
COPY pluto/ pluto/
COPY util/ util/
Expand Down

0 comments on commit 031a459

Please sign in to comment.