.dockerignore: remove package-lock.json

We need this now that we are using npm instead of yarn.
This commit is contained in:
Alan Orth
2024-09-05 12:08:20 +03:00
parent fbf2aee48f
commit 3894c87ba2

View File

@@ -25,4 +25,3 @@ npm-debug.log.*
# Webpack files # Webpack files
webpack.records.json webpack.records.json
package-lock.json