mirror of
https://github.com/kou029w/quot.git
synced 2025-01-18 16:08:03 +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 ./db ./db
|
||||
COPY ./app ./app
|
||||
RUN npm --prefix app ci --production
|
||||
RUN npm --prefix app ci --omit=dev
|
||||
COPY ./docker-entrypoint.sh /
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
COPY ./supervisord.conf /
|
||||
|
|
Loading…
Add table
Reference in a new issue