Skip to content

Commit 031a459

Browse files
committed
Add version.mk to Dockerfile
1 parent 7240559 commit 031a459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:23.04
55
RUN apt-get update && apt-get install -y mlton make lua5.3 patch
66

77
WORKDIR /work
8-
COPY Makefile .
8+
COPY Makefile version.mk .
99
COPY src/ src/
1010
COPY pluto/ pluto/
1111
COPY util/ util/

0 commit comments

Comments
 (0)