Skip to content

Commit 36dcbfa

Browse files
committed
try fix dockerfile
1 parent fb1e514 commit 36dcbfa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY package.json package-lock.json ./
2121
RUN npm install
2222

2323
# Add the source code to app
24-
COPY angular.json entrypoint.sh tsconfig*.json package*.json proxy.conf.json tailwind.config.js .
24+
COPY angular.json entrypoint.sh tsconfig*.json package*.json proxy.conf.json tailwind.config.js ./
2525
COPY src ./src
2626

2727
# Generate the build of the application

0 commit comments

Comments
 (0)