mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
use --omit=dev
This commit is contained in:
parent
f10b53202c
commit
23e6bf327b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY --from=api /bin/postgrest /usr/bin/
|
||||||
COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/
|
COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/
|
||||||
COPY ./db ./db
|
COPY ./db ./db
|
||||||
COPY ./app ./app
|
COPY ./app ./app
|
||||||
RUN npm --prefix app ci --production
|
RUN npm --prefix app ci --omit=dev
|
||||||
COPY ./docker-entrypoint.sh /
|
COPY ./docker-entrypoint.sh /
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
COPY ./supervisord.conf /
|
COPY ./supervisord.conf /
|
||||||
|
|
Loading…
Add table
Reference in a new issue