There was an error while loading. Please reload this page.
1 parent 56a3fe3 commit e012df3Copy full SHA for e012df3
1 file changed
Dockerfile
@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
4
5
RUN apt-get update -qq && apt-get install -qq -y build-essential flex
6
7
-ADD . /app
8
-WORKDIR /app
+ADD . /morpheus
+WORKDIR /morpheus
9
10
RUN cd src/ && make clean && CFLAGS='-std=gnu89' make && make install
11
0 commit comments