Fix typo in Dockerfile
This commit is contained in:
parent
a4be8e88d0
commit
434d756b2a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ RUN cmake .. -DWITH_QT4=0 -DWITH_SERVER=1 -DWITH_CLIENT=0 -DWITH_ORACLE=0 &&\
|
||||||
make &&\
|
make &&\
|
||||||
make install
|
make install
|
||||||
|
|
||||||
WORKIR /home/servatrice
|
WORKDIR /home/servatrice
|
||||||
|
|
||||||
EXPOSE 4747
|
EXPOSE 4747
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue