Skip to content

Commit

Permalink
Fixed syntax bug in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed Apr 26, 2014
1 parent 094c42f commit 5510dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get install -y redis-server
VOLUME ["/data"]

# Define working directory.
WORKDIR "/data"
WORKDIR /data

# Define default command.
ENTRYPOINT ["redis-server"]
Expand Down

0 comments on commit 5510dbd

Please sign in to comment.