Compare commits
No commits in common. "2ffdb1beb58fa8740e89df66fb13ca128b753198" and "39f5468b8b5352ba99d13681b286ea166c75714e" have entirely different histories.
2ffdb1beb5
...
39f5468b8b
1 changed files with 4 additions and 0 deletions
|
|
@ -28,5 +28,9 @@ COPY --from=build /out/telesrv-admin /app/telesrv-admin
|
|||
COPY --from=build /out/createuser /app/createuser
|
||||
COPY --from=build /src/data/langpack /app/data/langpack
|
||||
COPY --from=build /src/data/sticker-seed /app/data/sticker-seed
|
||||
# telesrv-admin's Server Settings env editor (procctl.Manager.ReadEnvGroups)
|
||||
# reads this as the template of available settings; without it the editor
|
||||
# always reports zero groups.
|
||||
COPY --from=build /src/.env.example /app/.env.example
|
||||
EXPOSE 2398 2600
|
||||
ENTRYPOINT ["/app/gramsrv"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue