mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Add Docker environment variable (closes #15)
Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
@@ -16,6 +16,7 @@ COPY --from=build /src/gothub .
|
||||
COPY --from=build /src/views ./views
|
||||
COPY --from=build /src/public ./public
|
||||
|
||||
ENV DOCKER true
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["/app/gothub", "serve"]
|
||||
Reference in New Issue
Block a user