Compare commits
2 Commits
942debe424
...
16e1740536
| Author | SHA1 | Date | |
|---|---|---|---|
|
16e1740536
|
|||
|
47946bd1dc
|
@@ -39,5 +39,6 @@ WORKDIR /app
|
||||
# Import only compiled binary and data folder
|
||||
COPY --from=builder /build/havoc-ts /app/havoc-ts
|
||||
COPY --from=builder /build/data /app/data
|
||||
COPY --from=builder /build/teamserver/pkg/handlers /app/teamserver/pkg/handlers
|
||||
|
||||
EXPOSE 40056
|
||||
|
||||
@@ -3,8 +3,8 @@ Teamserver {
|
||||
Port = 40056
|
||||
|
||||
Build {
|
||||
Compiler64 = "data/x86_64-w64-mingw32-cross/bin/x86_64-w64-mingw32-gcc"
|
||||
Compiler86 = "data/i686-w64-mingw32-cross/bin/i686-w64-mingw32-gcc"
|
||||
Compiler64 = "/usr/bin/x86_64-w64-mingw32-gcc"
|
||||
Compiler86 = "/usr/bin/i686-w64-mingw32-gcc"
|
||||
Nasm = "/usr/bin/nasm"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user