mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
Upgrade swift to v4.2.4 (#500)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM swift:4.1
|
||||
FROM swift:4.2.4
|
||||
WORKDIR /app
|
||||
ADD . ./
|
||||
RUN git submodule update --init --recursive
|
||||
@@ -7,4 +7,4 @@ RUN swift build -c release
|
||||
RUN mkdir /app/bin
|
||||
RUN mv `swift build -c release --show-bin-path` /app/bin
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ./bin/release/Run serve -e prod -b 0.0.0.0
|
||||
ENTRYPOINT ./bin/release/Run serve -e prod -b 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user