Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarwen committed Feb 14, 2015
1 parent 5ad6b41 commit 58e3716
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Expand Up @@ -22,11 +22,8 @@ run git clone https://github.com/tmarwen/wise-utils.git
# Build project
run cd wise-utils/standalone && mvn clean install

# Build project
run cd target

# create working directory
WORKDIR target
WORKDIR ./target

# Define default command.
CMD ["bash"]

0 comments on commit 58e3716

Please sign in to comment.