We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7240559 commit 031a459Copy full SHA for 031a459
package/docker/Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:23.04
5
RUN apt-get update && apt-get install -y mlton make lua5.3 patch
6
7
WORKDIR /work
8
-COPY Makefile .
+COPY Makefile version.mk .
9
COPY src/ src/
10
COPY pluto/ pluto/
11
COPY util/ util/
0 commit comments