projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82948c1
)
Fix docker not building on some OS
author
Ajay Bura
<ajbura@gmail.com>
Thu, 10 Mar 2022 12:53:54 +0000
(18:23 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Thu, 10 Mar 2022 12:53:54 +0000
(18:23 +0530)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index d933f2251aeb327bfd2aa97c7eedb91e99adc763..45201957b9833b14cd7ca88794df06e53adc122d 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-3,9
+3,9
@@
FROM node:17.6.0-alpine3.15 as builder
WORKDIR /src
-COPY package.json package-lock.json /src
+COPY package.json package-lock.json /src
/
RUN npm ci
-COPY . /src
+COPY . /src
/
RUN npm run build