Skip to content

Commit

Permalink
fix: Docker image size - add ./public/ to .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Dec 14, 2021
1 parent 41b39e9 commit 57e6f64
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
node_modules
*.vscode
*.github
Dockerfile

client
server

.gitignore
.dockerignore
.prettierignore
.prettierrc.json
jest.config.js
tsconfig.jest.json
tslint.json
.npmignore
.jshintrc
.editorconfig
webpack.config.js
node_modules
public
*.vscode
*.github
Dockerfile

client
server

.gitignore
.dockerignore
.prettierignore
.prettierrc.json
jest.config.js
tsconfig.jest.json
tslint.json
.npmignore
.jshintrc
.editorconfig
webpack.config.js

0 comments on commit 57e6f64

Please sign in to comment.