We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1e514 commit 36dcbfaCopy full SHA for 36dcbfa
.npmrc
Dockerfile
@@ -21,7 +21,7 @@ COPY package.json package-lock.json ./
21
RUN npm install
22
23
# Add the source code to app
24
-COPY angular.json entrypoint.sh tsconfig*.json package*.json proxy.conf.json tailwind.config.js .
+COPY angular.json entrypoint.sh tsconfig*.json package*.json proxy.conf.json tailwind.config.js ./
25
COPY src ./src
26
27
# Generate the build of the application
0 commit comments