Skip to content

Commit

Permalink
Forgot two references in the Yaml -> TOML switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynom committed Oct 12, 2018
1 parent 2bb8fd8 commit b23e7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120

[*.yml]
[*.toml]
indent_style = space
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ LABEL org.label-schema.description="The TySug webservice Docker image. Suggestin
COPY --from=base ["/etc/ssl/certs/ca-certificates.crt", "/etc/ssl/certs/ca-certificates.crt"]
COPY --from=base ["/usr/share/zoneinfo", "/usr/share/zoneinfo"]
COPY --from=build /go/bin/TySug /
COPY ["config.yml", "/"]
COPY ["config.toml", "/"]

CMD ["/TySug"]

0 comments on commit b23e7af

Please sign in to comment.