Skip to content

Commit e012df3

Browse files
committed
use /morpheus instead of /app
1 parent 56a3fe3 commit e012df3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
44

55
RUN apt-get update -qq && apt-get install -qq -y build-essential flex
66

7-
ADD . /app
8-
WORKDIR /app
7+
ADD . /morpheus
8+
WORKDIR /morpheus
99

1010
RUN cd src/ && make clean && CFLAGS='-std=gnu89' make && make install
1111

0 commit comments

Comments
 (0)