Skip to content

Commit

Permalink
update docker file ( have build error in time research )
Browse files Browse the repository at this point in the history
  • Loading branch information
code-ga committed Dec 15, 2023
1 parent 38bcbdf commit 89a5632
Show file tree
Hide file tree
Showing 4 changed files with 625 additions and 640 deletions.
33 changes: 31 additions & 2 deletions server/like-service/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
/target
# Include any files or directories that you don't want to be copied to your
# container here (e.g., local build artifacts, temporary files, etc.).
#
# For more help, visit the .dockerignore file reference guide at
# https://docs.docker.com/go/build-context-dockerignore/

Dockerfile
**/.DS_Store
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/secrets.dev.yaml
**/values.dev.yaml
/bin
/target
LICENSE
README.md
Loading

1 comment on commit 89a5632

@code-ga
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#41

Please sign in to comment.