Skip to content

Commit

Permalink
Update Dockerfile for Swift 4 and fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Nov 10, 2017
1 parent 4b119d7 commit 53dbd45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM swiftdocker/swift:latest
FROM swift:4

WORKDIR /package

COPY . ./

RUN swift --version
RUN swift package tools-version
RUN swift package --enable-prefetching fetch
RUN swift package --enable-prefetching resolve
RUN swift package clean
CMD swift test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ SteamPress automatically provides endpoints for registering RSS readers, either

## Search Support

SteamPress has a built in blog search. It was register a route, `/search` under your blog path, which you can send a query through to, with a key of `term` to search the blog.
SteamPress has a built in blog search. It will register a route, `/search`, under your blog path which you can send a query through to, with a key of `term` to search the blog.


# Expected Leaf Templates
Expand Down

0 comments on commit 53dbd45

Please sign in to comment.