mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-01 04:04:41 +01:00
fix relay-config.json path in Dockerfile.
fixes https://github.com/fiatjaf/njump/issues/92
This commit is contained in:
@@ -61,7 +61,7 @@ WORKDIR /root
|
||||
COPY --from=gobuilder /app/main .
|
||||
|
||||
# Copy relay config
|
||||
COPY --from=gobuilder /app/relay-config.json .
|
||||
COPY --from=gobuilder /app/relay-config.json.sample .
|
||||
|
||||
# Expose port
|
||||
EXPOSE 2999
|
||||
|
||||
Reference in New Issue
Block a user