build(): test new build sys, add script
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
8d2b870d54
commit
69d174e5c4
@ -8,7 +8,6 @@ RUN yarn rawbuild
|
|||||||
|
|
||||||
ARG COMMIT
|
ARG COMMIT
|
||||||
ENV COMMIT $COMMIT
|
ENV COMMIT $COMMIT
|
||||||
|
|
||||||
ARG TAG
|
ARG TAG
|
||||||
ENV TAG $TAG
|
ENV TAG $TAG
|
||||||
|
|
||||||
@ -22,4 +21,4 @@ RUN wget -q -t3 'https://packages.doppler.com/public/cli/rsa.8004D9FF50437357.ke
|
|||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["doppler", "run", "--"]
|
ENTRYPOINT ["doppler", "run", "--"]
|
||||||
CMD ["node", "/app/dist"]
|
CMD ["node", "/app/dist/src"]
|
Loading…
x
Reference in New Issue
Block a user