mirror of
https://github.com/kameshsampath/drone-vercel-deploy.git
synced 2026-06-16 14:49:32 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e69cca81a | |||
| c45835df5e |
+1
-3
@@ -8,11 +8,9 @@ RUN apk -Uuv add bash curl ca-certificates jq
|
|||||||
|
|
||||||
RUN npm i --location=global vercel
|
RUN npm i --location=global vercel
|
||||||
|
|
||||||
RUN adduser --system --uid 1001 -G root dev
|
|
||||||
|
|
||||||
ADD run.sh /bin/
|
ADD run.sh /bin/
|
||||||
RUN chmod +x /bin/run.sh
|
RUN chmod +x /bin/run.sh
|
||||||
|
|
||||||
USER dev
|
USER node
|
||||||
|
|
||||||
CMD ["/bin/run.sh"]
|
CMD ["/bin/run.sh"]
|
||||||
Reference in New Issue
Block a user