Skip to content

Commit

Permalink
feat: 优化dockerfile和gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
willem committed Dec 1, 2023
1 parent 3f9df7f commit af2207c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ manifest/config/config.yaml
manifest/docker-compose/emqx/
manifest/docker-compose/mysql/data
manifest/docker-compose/redis/data
manifest/docker-compose/taos/
manifest/docker-compose/iot-open/resource/log
extend/log/
2 changes: 0 additions & 2 deletions manifest/docker-compose/iot-open/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN chmod +x /opt/sagoo-iot-server/sagoo-admin

COPY ./resource/public /opt/sagoo-iot-server/resource/public/

EXPOSE 8200

CMD ["/bin/sh", "-c", "sleep 50 && /entrypoint.sh"]

0 comments on commit af2207c

Please sign in to comment.