Files
notary-server/.dockerignore
Christopher Chong 46acc04f57 Dockerize server. (#9)
* Dockerize server.

* Modify tag push condition.

* Move build image to cd workflow and change tag syntax.
2023-09-05 10:49:09 +08:00

13 lines
216 B
Plaintext

# exclude everything
*
# include source files and configurations
!/src
!/config
!/fixture
!Cargo.lock
!Cargo.toml
# include test files so that we can run test if we want during the build step in Dockerfile
!/tests