Compare commits
3 Commits
v1.11.0
...
62d935ba4a
| Author | SHA1 | Date | |
|---|---|---|---|
| 62d935ba4a | |||
| e25118fc33 | |||
| 5b14168d6b |
@@ -31,7 +31,7 @@ build:
|
|||||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: node:20.10.0-alpine3.18
|
image: node:20.11.1-alpine3.18
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ RUN apk --update add --no-cache logrotate && \
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["python3", "-u", "/app/src/bin/tHome-eagle.py", "-c", "/app/src/conf"]
|
CMD ["python3", "-u", "/app/src/bin/tHome-eagle.py", "-c", "/app/src/conf", "-l", "stdout"]
|
||||||
|
|
||||||
EXPOSE 22042
|
EXPOSE 22042
|
||||||
|
|||||||
Reference in New Issue
Block a user