Skip to content

Commit

Permalink
remove changes from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasDuerksen committed May 7, 2018
1 parent a62a29d commit 4cf77e9
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 @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y netcat

COPY ./target/squirrel.jar /data/squirrel/squirrel.jar
WORKDIR /data/squirrel
EXPOSE 3030 CMD ["httpd-foreground"]

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

Expand Down

0 comments on commit 4cf77e9

Please sign in to comment.