Skip to content

Commit

Permalink
Merge pull request #27 from weiwiegeng/main
Browse files Browse the repository at this point in the history
feat: 优化dockerfile和gitignore
  • Loading branch information
xinjiayu authored Dec 1, 2023
2 parents eef56d2 + af2207c commit a376f88
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 a376f88

Please sign in to comment.